diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-06-11 07:05:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-11 07:05:04 -0400 |
commit | 8ffa9b4b65c22c89da8ef552c75fc1e198f03369 (patch) | |
tree | 62954153744c1c72865f8048479479ff1b0cc6a4 /data | |
parent | c68d4972888777f8b6f89be82895cf8f9e0bdd45 (diff) | |
parent | 7a580b8d3e691a5a0655a5a8e33d34516eb7b089 (diff) |
Merge pull request #65 from jiangzhengwenjz/teachy_tv
graphic decomp, should have been in the previous PR
Diffstat (limited to 'data')
-rw-r--r-- | data/graphics.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/graphics.s b/data/graphics.s index 284539152..4a40776d9 100644 --- a/data/graphics.s +++ b/data/graphics.s @@ -14019,16 +14019,16 @@ gUnknown_8E861A8:: @ 8E861A8 .incbin "baserom.gba", 0xE861A8, 0x98 gUnknown_8E86240:: @ 8E86240 - .incbin "baserom.gba", 0xE86240, 0x9A8 + .incbin "graphics/teachy_tv/tiles.4bpp.lz" gUnknown_8E86BE8:: @ 8E86BE8 - .incbin "baserom.gba", 0xE86BE8, 0x184 + .incbin "graphics/teachy_tv/bg1_tilemap.bin.lz" gUnknown_8E86D6C:: @ 8E86D6C - .incbin "baserom.gba", 0xE86D6C, 0x22C + .incbin "graphics/teachy_tv/bg2_tilemap.bin.lz" gUnknown_8E86F98:: @ 8E86F98 - .incbin "baserom.gba", 0xE86F98, 0x78 + .incbin "graphics/teachy_tv/palettes.gbapal.lz" gUnknown_8E87010:: @ 8E87010 .incbin "baserom.gba", 0xE87010, 0x18 |