diff options
author | YamaArashi <shadow962@live.com> | 2017-02-10 10:47:38 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-02-10 10:47:38 -0800 |
commit | b7563c6e9aa897d59fca29d3fc7bd3fb12b974b3 (patch) | |
tree | 12cada8c97742ecafb594ad85874520ed8c74f24 /data/pokedex_cry_screen.s | |
parent | 8cd3ebf8b309996f966c366e0ba0d20ec2e0e639 (diff) |
more baserom incbins
Diffstat (limited to 'data/pokedex_cry_screen.s')
-rw-r--r-- | data/pokedex_cry_screen.s | 46 |
1 files changed, 42 insertions, 4 deletions
diff --git a/data/pokedex_cry_screen.s b/data/pokedex_cry_screen.s index 70e356410..1eb3086e9 100644 --- a/data/pokedex_cry_screen.s +++ b/data/pokedex_cry_screen.s @@ -11,12 +11,15 @@ CryMeterNeedlePalette: @ 83FA65C CryMeterNeedleTiles: @ 83FA67C .incbin "graphics/pokedex/cry_meter_needle.4bpp" + .align 1 gUnknown_083FAE7C:: @ 83FAE7C - .incbin "baserom.gba", 0x003fae7c, 0xa0 + .incbin "graphics/pokedex/cry_meter_map.bin" + .align 1 gUnknown_083FAF1C:: @ 83FAF1C .incbin "graphics/pokedex/cry_meter.gbapal" + .align 2 gUnknown_083FAF3C:: @ 83FAF3C .incbin "graphics/pokedex/cry_meter.4bpp.lz" @@ -34,17 +37,52 @@ gUnknown_083FB274:: @ 83FB274 .align 2 .4byte 0x201C000 + .align 1 gUnknown_083FB6F8:: @ 83FB6F8 - .incbin "baserom.gba", 0x003fb6f8, 0x20 + .incbin "graphics/pokedex/83FB6F8.gbapal" gUnknown_083FB718:: @ 83FB718 - .incbin "baserom.gba", 0x003fb718, 0x20 + .byte 0x11 + .byte 0x11 + .byte 0x11 + .byte 0x11 + .byte 0x22 + .byte 0x22 + .byte 0x22 + .byte 0x22 + .byte 0x11 + .byte 0x11 + .byte 0x11 + .byte 0x11 + .byte 0x22 + .byte 0x22 + .byte 0x22 + .byte 0x22 + .byte 0x11 + .byte 0x11 + .byte 0x11 + .byte 0x11 + .byte 0x22 + .byte 0x22 + .byte 0x22 + .byte 0x22 + .byte 0x11 + .byte 0x11 + .byte 0x11 + .byte 0x11 + .byte 0x22 + .byte 0x22 + .byte 0x22 + .byte 0x22 gUnknown_083FB738:: @ 83FB738 .byte 0xF0, 0x0F gUnknown_083FB73A:: @ 83FB73A - .incbin "baserom.gba", 0x003fb73a, 0x26 + .byte 0x0F,0x0E,0x0D,0x0C,0x0B,0x0A,0x09,0x08,0x08,0x09,0x0A,0x0B,0x0C,0x0D,0x0E,0x0F + .byte 0xF0,0xE0,0xD0,0xC0,0xB0,0xA0,0x90,0x80,0x80,0x90,0xA0,0xB0,0xC0,0xD0,0xE0,0xF0 + + .byte 0, 0, 0, 200, 1, 2 .align 2 gSpriteAnim_83FB760:: @ 83FB760 |