Move EngineFlags and SpecialsPointers into data/engine/

This commit is contained in:
Rangi 2020-07-22 20:24:53 -04:00
parent 11dc805de0
commit dd369f3199
5 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
; EngineFlags indexes (see data/engine_flags.asm)
; EngineFlags indexes (see data/events/engine_flags.asm)
const_def
; wPokegearFlags
const ENGINE_RADIO_CARD

View File

@ -80,4 +80,4 @@ EngineFlagAction::
ld [de], a
ret
INCLUDE "data/engine_flags.asm"
INCLUDE "data/events/engine_flags.asm"

View File

@ -13,7 +13,7 @@ Special::
rst FarCall
ret
INCLUDE "data/special_pointers.asm"
INCLUDE "data/events/special_pointers.asm"
DummySpecial_c224:
ret