diff options
Diffstat (limited to '')
| -rw-r--r-- | includes.asm (renamed from constants.asm) | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/constants.asm b/includes.asm index 99714a84..130b3cad 100644 --- a/constants.asm +++ b/includes.asm @@ -1,6 +1,20 @@ INCLUDE "charmap.asm" -INCLUDE "macros.asm" +INCLUDE "macros/asserts.asm" +INCLUDE "macros/const.asm" +INCLUDE "macros/predef.asm" +INCLUDE "macros/farcall.asm" +INCLUDE "macros/data.asm" +INCLUDE "macros/code.asm" +INCLUDE "macros/gfx.asm" +INCLUDE "macros/coords.asm" +INCLUDE "macros/vc.asm" + +INCLUDE "macros/scripts/audio.asm" +INCLUDE "macros/scripts/maps.asm" +INCLUDE "macros/scripts/events.asm" +INCLUDE "macros/scripts/text.asm" +INCLUDE "macros/scripts/gfx_anims.asm" INCLUDE "constants/hardware_constants.asm" INCLUDE "constants/oam_constants.asm" @@ -28,6 +42,7 @@ INCLUDE "constants/map_constants.asm" INCLUDE "constants/map_data_constants.asm" INCLUDE "constants/map_object_constants.asm" INCLUDE "constants/hide_show_constants.asm" +INCLUDE "constants/sprite_set_constants.asm" INCLUDE "constants/credits_constants.asm" INCLUDE "constants/audio_constants.asm" INCLUDE "constants/music_constants.asm" |
