Split up gAssets

This commit is contained in:
octorock 2021-10-27 00:39:21 +02:00
parent 415f2b0618
commit 1eb15e495a
5 changed files with 20859 additions and 5179 deletions

11183
assets.json

File diff suppressed because it is too large Load Diff

4627
data/assets.s Normal file

File diff suppressed because it is too large Load Diff

10193
data/enums.s

File diff suppressed because it is too large Load Diff

View File

@ -5,33 +5,10 @@
.align 2 .align 2
gAssets:: @ 08324AE4 gAssets:: @ 08324AE4
.incbin "data_08132B30/gAssets.bin" .include "data/assets.s"
.incbin "tilesets/gTileset_MinishWoods_0_0.4bpp.lz" .align 2
.incbin "tilesets/gTileset_MinishWoods_0_1.4bpp.lz"
.incbin "tilesets/gTileset_MinishWoods_0_2.4bpp.lz"
.incbin "data_08132B30/gAssets_1.bin"
@ TODO EU differs from here
.ifdef EU
.incbin "data_08132B30/gAssets_2_EU.bin"
.else
.incbin "data_08132B30/gAssets_3_USA-JP-DEMO_USA-DEMO_JP.bin"
@ TODO JP differs from here
.ifdef JP
.incbin "data_08132B30/gAssets_4_JP.bin"
.else
@ TODO JP differs from here
.ifdef DEMO_JP
.incbin "data_08132B30/gAssets_5_DEMO_JP.bin"
.else
.incbin "data_08132B30/gAssets_6_USA-DEMO_USA.bin"
.endif
.endif
.endif
@ TODO JP and EU differ to here
gGlobalGfxAndPalettes:: @ 085A2E80 gGlobalGfxAndPalettes:: @ 085A2E80
.incbin "data_08132B30/gGlobalGfxAndPalettes.bin" .incbin "data_08132B30/gGlobalGfxAndPalettes.bin"