From 91fea55a24ba6e184e806c7aefa7f60ef31c0b32 Mon Sep 17 00:00:00 2001 From: luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> Date: Thu, 25 Jun 2020 12:59:37 -0400 Subject: pokemon_summary_screen.c, part 6. --- data/pokemon_summary_screen.s | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'data') diff --git a/data/pokemon_summary_screen.s b/data/pokemon_summary_screen.s index 3400c9ae0..2c221fb21 100644 --- a/data/pokemon_summary_screen.s +++ b/data/pokemon_summary_screen.s @@ -405,10 +405,13 @@ gUnknown_8463F9C:: @ 8463F9C gUnknown_8463FA4:: @ 8463FA4 .byte 0x00, 0x0e, 0x0a + .byte 0x00, 0x01, 0x02 + .byte 0x00, 0x09, 0x08 + .byte 0x00, 0x05, 0x04 + .byte 0x00, 0x02, 0x03 + .byte 0x00, 0x0b, 0x0a -gUnknown_8463FA7:: @ 8463FA7 - .byte 0x00, 0x01, 0x02, 0x00, 0x09, 0x08, 0x00, 0x05, 0x04, 0x00, 0x02, 0x03, 0x00, 0x0b, 0x0a, 0x00, 0x00 - + .balign 4, 0 gUnknown_8463FB8:: @ 8463FB8 .byte 0x00, 0x02, 0x03, 0x01, 0x04, 0x05 -- cgit v1.2.3