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 const_def
; wPokegearFlags ; wPokegearFlags
const ENGINE_RADIO_CARD const ENGINE_RADIO_CARD

View File

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

View File

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