Move lots of data tables into individual data/ files

(This is not expected to be their final location, but it makes them easier to relocate when necessary, and easier for users to edit until the whole project's file structure is finalized.)
This commit is contained in:
Remy Oukaour
2017-12-11 13:47:58 -05:00
parent c2ad79c4f2
commit 31cce83e9b
86 changed files with 3238 additions and 3154 deletions

View File

@@ -2350,7 +2350,9 @@ CheckSave:: ; 4cffe
ld c, $0
ret
INCLUDE "engine/map_triggers.asm"
MapTriggers:: ; 4d01e
INCLUDE "data/map_triggers.asm"
; 4d15b
_LoadMapPart:: ; 4d15b
ld hl, wMisc
@@ -6063,8 +6065,8 @@ INCBIN "unknown/1f5db4.bin"
SECTION "bank7E", ROMX
INCLUDE "data/battle_tower.asm"
INCLUDE "data/odd_eggs.asm"
INCLUDE "engine/battle_tower.asm"
INCLUDE "engine/odd_eggs.asm"
SECTION "bank7F", ROMX