diff options
author | IIMarckus <iimarckus@gmail.com> | 2018-08-19 06:08:54 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2018-08-19 06:08:54 -0600 |
commit | 8e19fee1a97979dd38269e81bda7170698f19e6b (patch) | |
tree | 734a2e1c3ee4c59d29af13fe947d268f242b9991 /constants | |
parent | faf6508bbbd7dd7a1649b4341d76912553ff99e6 (diff) |
Add bank 61 map objects.
Diffstat (limited to 'constants')
-rw-r--r-- | constants/map_constants.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/constants/map_constants.asm b/constants/map_constants.asm index a893bad9..8662cea0 100644 --- a/constants/map_constants.asm +++ b/constants/map_constants.asm @@ -130,11 +130,10 @@ ENDM map_const DARK_CAVE_BLACKTHORN_ENTRANCE, 18, 15 ; 79 map_const DRAGONS_DEN_1F, 9, 5 ; 80 map_const DRAGONS_DEN_B1F, 18, 20 ; 81 - map_const DRAGON_SHRINE, 5, 5 ; 82 map_const TOHJO_FALLS, 9, 15 ; 83 map_const DIGLETTS_CAVE, 18, 10 ; 84 map_const MOUNT_MOON, 9, 15 ; 85 - map_const UNDERGROUND, 14, 3 ; 86 + map_const UNDERGROUND_PATH, 14, 3 ; 86 map_const ROCK_TUNNEL_1F, 18, 15 ; 87 map_const ROCK_TUNNEL_B1F, 18, 15 ; 88 map_const SAFARI_ZONE_FUCHSIA_GATE_BETA, 4, 5 ; 89 |