summaryrefslogtreecommitdiff
path: root/asm/text_window.s
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2017-03-04 22:43:34 -0600
committerDiegoisawesome <diego@domoreaweso.me>2017-03-04 22:43:34 -0600
commit56f5e8bdabdc9cb18f65eccc4de66b2932489db1 (patch)
tree5623c7e43765d3d6d0619e9ee1e31b7307e5661d /asm/text_window.s
parentb0a46f2c4ba31fcc121d0e379ef42275003228e1 (diff)
Disassemble palette.s
All but two functions match.
Diffstat (limited to 'asm/text_window.s')
-rw-r--r--asm/text_window.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/text_window.s b/asm/text_window.s
index e9ce0b4a1..e2b729a51 100644
--- a/asm/text_window.s
+++ b/asm/text_window.s
@@ -49,7 +49,7 @@ copy_textbox_border_tile_patterns_to_vram: @ 809877C
bl sub_8098C64
adds r1, r5, 0
movs r2, 0x20
- bl gpu_pal_apply
+ bl LoadPalette
pop {r4,r5}
pop {r0}
bx r0
@@ -105,7 +105,7 @@ sub_80987D4: @ 80987D4
ldr r0, [r4]
mov r1, r8
movs r2, 0x20
- bl gpu_pal_apply
+ bl LoadPalette
pop {r3}
mov r8, r3
pop {r4-r6}
@@ -676,7 +676,7 @@ sub_8098C6C: @ 8098C6C
ldr r0, [r0, 0x4]
adds r1, r4, 0
movs r2, 0x20
- bl gpu_pal_apply
+ bl LoadPalette
pop {r4,r5}
pop {r0}
bx r0