diff options
author | Andrew Martinek <andrewrmartinek@gmail.com> | 2020-05-05 21:29:47 -0400 |
---|---|---|
committer | Andrew Martinek <andrewrmartinek@gmail.com> | 2020-05-05 21:29:47 -0400 |
commit | 085660d0799a85e18fa6a25f251875ce7c0db5d4 (patch) | |
tree | c757759f50579afcbd1e32d9fbc0729448c6c088 /src/constants/map_constants.asm | |
parent | 36501f2265515be8e8f81a4f180950857f2b0a2f (diff) |
Added NPC_ Prefix, Changed Level to Map in some places
Diffstat (limited to 'src/constants/map_constants.asm')
-rw-r--r-- | src/constants/map_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/constants/map_constants.asm b/src/constants/map_constants.asm index 92eaf4c..d8637d6 100644 --- a/src/constants/map_constants.asm +++ b/src/constants/map_constants.asm @@ -35,10 +35,10 @@ const HALL_OF_HONOR ; $21 -; Size of map data. See data/npc_map_data.asm and data/level_objects.asm +; Size of map data. See data/npc_map_data.asm and data/map_objects.asm ; for more info on what these represent NPC_MAP_SIZE EQU $06 -LEVEL_OBJECT_SIZE EQU $09 +MAP_OBJECT_SIZE EQU $09 ; Most of these aren't fully understood so the names aren't great MAP_SCRIPT_SIZE EQU $0f |