diff options
author | Tauwasser <Tauwasser@tauwasser.eu> | 2018-06-24 23:15:07 +0200 |
---|---|---|
committer | Tauwasser <Tauwasser@tauwasser.eu> | 2018-06-24 23:15:07 +0200 |
commit | 906ea8bdfcf024cb5011948a319764047f8fa41f (patch) | |
tree | 09eb3057dbe02c6a019f977eb159d7da6c728879 /constants.asm | |
parent | 57481cc9421d2ea830480d3c1cb5b9f5c7d907aa (diff) |
engine: disassemble player movement (WIP)
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index c559622..9da5ddc 100644 --- a/constants.asm +++ b/constants.asm @@ -24,6 +24,8 @@ INCLUDE "constants/landmark_constants.asm" INCLUDE "constants/map_constants.asm" INCLUDE "constants/map_setup_constants.asm" INCLUDE "constants/tileset_constants.asm" +INCLUDE "constants/collision_constants.asm" +INCLUDE "constants/metatile_constants.asm" INCLUDE "constants/map_data_constants.asm" INCLUDE "constants/script_constants.asm" |