diff options
author | YamaArashi <shadow962@live.com> | 2016-06-18 00:04:31 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-06-18 00:04:31 -0700 |
commit | c2193f0d394c448e9e643c9a75ca408a4aa58af2 (patch) | |
tree | 5bf7afecb9db2757f8cbfb00fd098d0d257d8b36 | |
parent | 4cd3e87f5d1319f1eebbd075ac18b5a431693250 (diff) |
fix build error
-rw-r--r-- | data/graphics.s | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/data/graphics.s b/data/graphics.s index d6c83d00f..a24aaf150 100644 --- a/data/graphics.s +++ b/data/graphics.s @@ -122,9 +122,7 @@ gInterfacePal_PremierBall: .global gUnknown_08D030D0 gUnknown_08D030D0: @ 8D030D0 - .incbin "graphics/interface/ball_open.4bpp.lz" - .incbin "graphics/interface/blank.4bpp.lz" - .incbin "baserom.gba", 0x00d03248, 0x6A00 + .incbin "baserom.gba", 0xD030D0, 0x6B78 .global gUnknown_08D09C48 gUnknown_08D09C48: @ 8D09C48 |