mirror of
https://github.com/pret/pokegold.git
synced 2026-04-26 01:47:27 -05:00
charmap.asm should come first so other files can use them
This commit is contained in:
parent
f69e256d60
commit
8570f05068
|
|
@ -1,3 +1,5 @@
|
|||
INCLUDE "constants/charmap.asm"
|
||||
|
||||
INCLUDE "macros/asserts.asm"
|
||||
INCLUDE "macros/const.asm"
|
||||
INCLUDE "macros/predef.asm"
|
||||
|
|
@ -19,7 +21,6 @@ INCLUDE "macros/scripts/oam_anims.asm"
|
|||
|
||||
INCLUDE "macros/legacy.asm"
|
||||
|
||||
INCLUDE "constants/charmap.asm"
|
||||
INCLUDE "constants/hardware_constants.asm"
|
||||
INCLUDE "constants/deco_constants.asm"
|
||||
INCLUDE "constants/wram_constants.asm"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user