summaryrefslogtreecommitdiff
path: root/asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-12-04 13:58:58 -0500
committerGitHub <noreply@github.com>2019-12-04 13:58:58 -0500
commit326148cb2c79517b93ce5dbb59c53e15cd616f1a (patch)
treeeb43ddd5314a5cd9886730642ba6e03c4a4cde2a /asm
parent3362b7f671a07cb154f3f65221ed055628303723 (diff)
parent3bc31cc3e89d82db499802f4a997ec1e13ea679f (diff)
Merge pull request #176 from ProjectRevoTPP/dump_graphics
get rid of baseroms in graphics.s
Diffstat (limited to 'asm')
-rw-r--r--asm/battle_interface.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/battle_interface.s b/asm/battle_interface.s
index 7a0e37966..753b1696b 100644
--- a/asm/battle_interface.s
+++ b/asm/battle_interface.s
@@ -709,11 +709,11 @@ _080480A4: .4byte sub_8048128
GetHealthboxElementGfxPtr: @ 80480A8
lsls r0, 24
lsrs r0, 19
- ldr r1, _080480B4 @ =gUnknown_8D11BC4
+ ldr r1, _080480B4 @ =gHealthboxElementsGfxTable
adds r0, r1
bx lr
.align 2, 0
-_080480B4: .4byte gUnknown_8D11BC4
+_080480B4: .4byte gHealthboxElementsGfxTable
thumb_func_end GetHealthboxElementGfxPtr
thumb_func_start sub_80480B8