diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-13 09:04:22 +0000 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-13 09:05:27 +0000 |
commit | 68fbfa0d8e891794037852595b1ca47464905f90 (patch) | |
tree | cb66e5ef7bc759ec092a4540866022d991d0a0b4 /src/constants.asm | |
parent | ae378aa629caa6f7281a177ab86bed36787503dc (diff) |
Label Tilemap data
Diffstat (limited to 'src/constants.asm')
-rw-r--r-- | src/constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants.asm b/src/constants.asm index efa44fb..733dd8c 100644 --- a/src/constants.asm +++ b/src/constants.asm @@ -18,6 +18,7 @@ INCLUDE "constants/sgb_constants.asm" INCLUDE "constants/sfx_constants.asm" INCLUDE "constants/sprite_constants.asm" INCLUDE "constants/text_constants.asm" +INCLUDE "constants/tilemap_constants.asm" INCLUDE "constants/tileset_constants.asm" INCLUDE "constants/animation_constants.asm" INCLUDE "constants/attack_animation_constants.asm" |