diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-11 17:08:21 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-11 17:08:21 -0500 |
commit | f316b22f96753c8580d86a8b7957ec69d7bd0c3c (patch) | |
tree | 848219276b5c22c4c8b83ea7e498cf33bdf1a361 /data | |
parent | 68ac755bb91041868cde6d558b2af2123ddad0a0 (diff) |
Move gText_Decimal to strings.h; dump box_party_pokemon_dropdown rodata
Diffstat (limited to 'data')
-rw-r--r-- | data/box_party_pokemon_dropdown.s | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/data/box_party_pokemon_dropdown.s b/data/box_party_pokemon_dropdown.s index 929aa6ab5..275b53db2 100644 --- a/data/box_party_pokemon_dropdown.s +++ b/data/box_party_pokemon_dropdown.s @@ -7,4 +7,12 @@ .align 2 gUnknown_841F4B4:: @ 841F4B4 - .incbin "baserom.gba", 0x41f4b4, 0x20 + .2byte 0x0100, 0x0100 + .2byte 0x0200, 0x0100 + .2byte 0x0100, 0x0200 + .2byte 0x0200, 0x0200 + + .2byte 0x0080, 0x0080 + .2byte 0x0100, 0x0100 + .2byte 0x0200, 0x0200 + .2byte 0x0400, 0x0400 |