diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-18 14:13:23 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-18 14:13:23 -0800 |
commit | 3b992d3ad3376d3a37d9afbf60de91aecac5d32b (patch) | |
tree | 64a42ec270c54533bab8941c7f1e4cb5d52d4543 /asm/pokedex_screen.s | |
parent | f70d7efa6638c428885756405800aa022fb339da (diff) |
decompile window
Diffstat (limited to 'asm/pokedex_screen.s')
-rw-r--r-- | asm/pokedex_screen.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/pokedex_screen.s b/asm/pokedex_screen.s index 0e9da693a..347f7cd9c 100644 --- a/asm/pokedex_screen.s +++ b/asm/pokedex_screen.s @@ -7458,7 +7458,7 @@ _081061F0: add r2, r9 adds r0, r4, 0 movs r1, 0x2 - bl sub_80048BC + bl SetWindowAttribute ldr r0, [r5] adds r0, 0x4A ldrb r0, [r0] @@ -7508,7 +7508,7 @@ _08106246: add r2, r9 adds r0, r4, 0 movs r1, 0x2 - bl sub_80048BC + bl SetWindowAttribute ldr r0, [r5] adds r0, 0x4A adds r0, r6 @@ -7656,7 +7656,7 @@ _081062B4: add r2, r9 adds r0, r4, 0 movs r1, 0x2 - bl sub_80048BC + bl SetWindowAttribute ldr r0, [r7] adds r0, 0x54 ldrb r0, [r0] |