diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/pokemon_storage_system.s | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/data/pokemon_storage_system.s b/data/pokemon_storage_system.s index a30550a80..b09148603 100644 --- a/data/pokemon_storage_system.s +++ b/data/pokemon_storage_system.s @@ -16,9 +16,11 @@ gUnknown_83CE4D0:: @ 83CE4D0 bin.lz gUnknown_83CE5FC:: @ 83CE5FC bin.lz .incbin "graphics/interface/pss_unk_83CE5FC.bin.lz" -gUnknown_83CE6F8:: @ 83CE6F8 @ raw8 - .byte 0x01, 0x01, 0x02, 0x01, 0x03, 0x01, 0x04, 0x01, 0x05, 0x01, 0x06, 0x01, 0x07, 0x01, 0x08, 0x01, 0x11, 0x01, 0x12, 0x01, 0x13, 0x01, 0x14, 0x01, 0x15, 0x01, 0x16, 0x01, 0x17, 0x01, 0x18, 0x01 - .byte 0x01, 0x21, 0x02, 0x21, 0x03, 0x21, 0x04, 0x21, 0x05, 0x21, 0x06, 0x21, 0x07, 0x21, 0x08, 0x21, 0x11, 0x21, 0x12, 0x21, 0x13, 0x21, 0x14, 0x21, 0x15, 0x21, 0x16, 0x21, 0x17, 0x21, 0x18, 0x21 +gUnknown_83CE6F8:: @ 83CE6F8 data16 + .2byte 0x0101, 0x0102, 0x0103, 0x0104, 0x0105, 0x0106, 0x0107, 0x0108 + .2byte 0x0111, 0x0112, 0x0113, 0x0114, 0x0115, 0x0116, 0x0117, 0x0118 + .2byte 0x2101, 0x2102, 0x2103, 0x2104, 0x2105, 0x2106, 0x2107, 0x2108 + .2byte 0x2111, 0x2112, 0x2113, 0x2114, 0x2115, 0x2116, 0x2117, 0x2118 gUnknown_83CE738:: @ 83CE738 gbapal .incbin "graphics/interface/pss_unk_83CE738.gbapal" |
