aboutsummaryrefslogtreecommitdiffstats
path: root/includes.asm
diff options
context:
space:
mode:
authorvulcandth <vulcandth@gmail.com>2023-11-17 22:08:15 -0600
committervulcandth <vulcandth@gmail.com>2023-11-17 22:08:15 -0600
commitda382ed9f4a8c34b78a831f07b82dbd7749da2b5 (patch)
tree3d52e13fdd346adf735ec20af5e029d5277f1b43 /includes.asm
parentReplaced decomp list with pret.github.io link (diff)
downloadpokeyellow-da382ed9f4a8c34b78a831f07b82dbd7749da2b5.tar.gz
pokeyellow-da382ed9f4a8c34b78a831f07b82dbd7749da2b5.tar.xz
pokeyellow-da382ed9f4a8c34b78a831f07b82dbd7749da2b5.zip
Move charmap.asm to constants/
Diffstat (limited to 'includes.asm')
-rw-r--r--includes.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes.asm b/includes.asm
index 29acbc6c..271828b9 100644
--- a/includes.asm
+++ b/includes.asm
@@ -1,5 +1,3 @@
-INCLUDE "charmap.asm"
-
INCLUDE "macros/asserts.asm"
INCLUDE "macros/const.asm"
INCLUDE "macros/predef.asm"
@@ -15,6 +13,7 @@ INCLUDE "macros/scripts/maps.asm"
INCLUDE "macros/scripts/events.asm"
INCLUDE "macros/scripts/text.asm"
+INCLUDE "constants/charmap.asm"
INCLUDE "constants/hardware_constants.asm"
INCLUDE "constants/oam_constants.asm"
INCLUDE "constants/misc_constants.asm"