diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-06 10:44:22 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-06 10:44:22 -0500 |
commit | 78caeff45b98bf3cce180d37606d5a5239fbb030 (patch) | |
tree | dd2bda7991d1d50e83317c9a99633714c0c0106a /asm/pokedex_screen.s | |
parent | 6af7391add68be30c6bd7d22803a3dd454e08a33 (diff) |
Name remaining funcs in union_room.c
Diffstat (limited to 'asm/pokedex_screen.s')
-rw-r--r-- | asm/pokedex_screen.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/pokedex_screen.s b/asm/pokedex_screen.s index 345f3c83c..9dbbabd6f 100644 --- a/asm/pokedex_screen.s +++ b/asm/pokedex_screen.s @@ -1839,7 +1839,7 @@ _08106478: bl FillWindowPixelBuffer movs r0, 0xB0 movs r1, 0x1 - bl sub_8107D38 + bl ListMenuLoadStdPalAt mov r0, r10 cmp r0, 0 beq _08106504 |