diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2022-09-24 11:30:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-24 11:30:29 -0400 |
| commit | d2be79adf1c366b28821817cefaab9066668b205 (patch) | |
| tree | 165704a4595984add40f21f509d622296cb01283 /constants.asm | |
| parent | Fix tools/unnamed.py and add tools/consts.py (diff) | |
| download | pokeyellow-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.asm | 1 |
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" |
