aboutsummaryrefslogtreecommitdiffstats
path: root/constants.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2022-09-24 11:30:29 -0400
committerGitHub <noreply@github.com>2022-09-24 11:30:29 -0400
commitd2be79adf1c366b28821817cefaab9066668b205 (patch)
tree165704a4595984add40f21f509d622296cb01283 /constants.asm
parentFix tools/unnamed.py and add tools/consts.py (diff)
downloadpokeyellow-d2be79adf1c366b28821817cefaab9066668b205.tar.gz
pokeyellow-d2be79adf1c366b28821817cefaab9066668b205.tar.xz
pokeyellow-d2be79adf1c366b28821817cefaab9066668b205.zip
Add constants and table macros for the map sprite sets (#392)
Fixes #391
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm
index a307549b..b9445784 100644
--- a/constants.asm
+++ b/constants.asm
@@ -28,6 +28,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"