diff options
| author | vulcandth <vulcandth@gmail.com> | 2023-11-17 22:08:15 -0600 |
|---|---|---|
| committer | vulcandth <vulcandth@gmail.com> | 2023-11-17 22:08:15 -0600 |
| commit | da382ed9f4a8c34b78a831f07b82dbd7749da2b5 (patch) | |
| tree | 3d52e13fdd346adf735ec20af5e029d5277f1b43 | |
| parent | Replaced decomp list with pret.github.io link (diff) | |
| download | pokeyellow-da382ed9f4a8c34b78a831f07b82dbd7749da2b5.tar.gz pokeyellow-da382ed9f4a8c34b78a831f07b82dbd7749da2b5.tar.xz pokeyellow-da382ed9f4a8c34b78a831f07b82dbd7749da2b5.zip | |
Move charmap.asm to constants/
| -rw-r--r-- | constants/charmap.asm (renamed from charmap.asm) | 0 | ||||
| -rw-r--r-- | includes.asm | 3 |
2 files changed, 1 insertions, 2 deletions
diff --git a/charmap.asm b/constants/charmap.asm index f0967978..f0967978 100644 --- a/charmap.asm +++ b/constants/charmap.asm 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" |
