diff options
author | YamaArashi <shadow962@live.com> | 2016-09-02 17:00:23 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-09-02 17:00:23 -0700 |
commit | cc3b50909d43d2e38136b8f5d9702442e98a110f (patch) | |
tree | fcc2928e3c11fcc98742a5a14739881bd5b9d774 /data | |
parent | f795204024c4c88f2c494682bd6468bcb24ebfae (diff) |
reel time window tilemap
Diffstat (limited to 'data')
-rw-r--r-- | data/data2.s | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data/data2.s b/data/data2.s index 06c9fe868..9101b6845 100644 --- a/data/data2.s +++ b/data/data2.s @@ -24481,8 +24481,9 @@ gSlotMachineSpritePalettes:: @ 83EDE44 gUnknown_083EDE8C:: @ 83EDE8C .incbin "graphics/slot_machine/reel_time.4bpp.lz" -gUnknown_083EEFE0:: @ 83EEFE0 - .incbin "baserom.gba", 0x003eefe0, 0x1b8 + .align 2 +gReelTimeWindowTilemap:: @ 83EEFE0 + .incbin "graphics/slot_machine/reel_time_window_map.bin" .align 2 gPictureFramePalettes:: @ 83EF198 |