diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2020-06-25 12:59:37 -0400 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2020-06-25 12:59:37 -0400 |
commit | 91fea55a24ba6e184e806c7aefa7f60ef31c0b32 (patch) | |
tree | a74219021737729851ad76c17e3038a343769daf /data | |
parent | 114a5b9b6f75163849e031684b154f754a03d08a (diff) |
pokemon_summary_screen.c, part 6.
Diffstat (limited to 'data')
-rw-r--r-- | data/pokemon_summary_screen.s | 9 |
1 files changed, 6 insertions, 3 deletions
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 |