summaryrefslogtreecommitdiff
path: root/event
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-24 18:06:12 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-24 18:06:12 -0500
commit0a1fef45fd4806de0f1c1439314971d5f46c8aa2 (patch)
treee343e666fe60c06d5ac3c876b306d7b3a1462529 /event
parent0b8b6f9259bedacad55bb4667de5b2bbe6eafda7 (diff)
Rename maps:
- Underground -> UndergroundPath - Route5UndergroundEntrance -> Route5UndergroundPathEntrance - Route6UndergroundEntrance -> Route6UndergroundPathEntrance - WarehouseEntrance -> GoldenrodUnderground - UndergroundWarehouse -> GoldenrodUndergroundWarehouse - UndergroundPathSwitchRoomEntrances -> GoldenrodUndergroundSwitchRoomEntrances
Diffstat (limited to 'event')
-rwxr-xr-xevent/basement_key.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/event/basement_key.asm b/event/basement_key.asm
index 8fa47df5f..b15288d09 100755
--- a/event/basement_key.asm
+++ b/event/basement_key.asm
@@ -1,11 +1,11 @@
_BasementKey: ; 507b4
; Are we even in the right map to use this?
ld a, [MapGroup]
- cp GROUP_WAREHOUSE_ENTRANCE
+ cp GROUP_GOLDENROD_UNDERGROUND
jr nz, .nope
ld a, [MapNumber]
- cp MAP_WAREHOUSE_ENTRANCE
+ cp MAP_GOLDENROD_UNDERGROUND
jr nz, .nope
; Are we on the tile in front of the door?
call GetFacingTileCoord