diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-06-19 00:14:16 -0400 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-06-18 21:14:16 -0700 |
commit | 42f11811599b01d0233b360758f5bd9b3c5bcdfb (patch) | |
tree | 8b0e48de9b6123aa7358f7c886f9992b6f97b0c4 /data/graphics.s | |
parent | fa78910a6b08c5d812f64f28398f0a0583a8d6e4 (diff) |
Fix blank.4bpp build error from before (#12)
Diffstat (limited to 'data/graphics.s')
-rw-r--r-- | data/graphics.s | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/graphics.s b/data/graphics.s index 717007b9b..a8f2cdf68 100644 --- a/data/graphics.s +++ b/data/graphics.s @@ -122,7 +122,9 @@ gInterfacePal_PremierBall: .global gUnknown_08D030D0 gUnknown_08D030D0: @ 8D030D0 - .incbin "baserom.gba", 0xD030D0, 0x6B78 + .incbin "graphics/interface/ball_open.4bpp.lz" + .incbin "graphics/interface/blank.4bpp.lz" + .incbin "baserom.gba", 0x00d03248, 0x6A00 .global gUnknown_08D09C48 gUnknown_08D09C48: @ 8D09C48 |