diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-07 00:09:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-07 00:09:17 -0500 |
commit | f285a81e859bb045725acac3d33f2d7d665ee8c5 (patch) | |
tree | 3346f41864014ebaedc11462c0a73f29fc4d892a /asm/help_system.s | |
parent | 281507d72ea0bc03189469d7d97d4f28979b1cf9 (diff) | |
parent | 77f8b38417393b8639912efbcc18f7ac610549c1 (diff) |
Merge pull request #16 from ProjectRevoTPP/text
finish decompiling text.c
Diffstat (limited to 'asm/help_system.s')
-rw-r--r-- | asm/help_system.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/help_system.s b/asm/help_system.s index 9a447ebbe..21ae494aa 100644 --- a/asm/help_system.s +++ b/asm/help_system.s @@ -1322,7 +1322,7 @@ _0813C2D4: bl GetKeypadIconTileOffset lsls r0, 24 lsrs r0, 19 - ldr r1, _0813C344 @ =gUnknown_81EA700 + ldr r1, _0813C344 @ =gKeypadIconTiles adds r0, r1 str r0, [sp, 0x14] add r1, sp, 0x14 @@ -1365,7 +1365,7 @@ _0813C2D4: bl GetKeypadIconWidth b _0813C38E .align 2, 0 -_0813C344: .4byte gUnknown_81EA700 +_0813C344: .4byte gKeypadIconTiles _0813C348: mov r0, r9 ldrb r1, [r0] |