diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-12-04 13:58:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-04 13:58:58 -0500 |
commit | 326148cb2c79517b93ce5dbb59c53e15cd616f1a (patch) | |
tree | eb43ddd5314a5cd9886730642ba6e03c4a4cde2a /asm | |
parent | 3362b7f671a07cb154f3f65221ed055628303723 (diff) | |
parent | 3bc31cc3e89d82db499802f4a997ec1e13ea679f (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.s | 4 |
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 |