summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2019-01-12 15:16:20 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2019-01-12 15:16:20 -0500
commit370f64531a6c340f69be1883b58e3a769713d6c7 (patch)
tree25ca35eef2f2e4ada164ab1a17ea1d1758237e83
parent9a5826df742f092670cc0526141724c956675532 (diff)
aka
-rw-r--r--Hard-coded-logic.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hard-coded-logic.md b/Hard-coded-logic.md
index 88127e2..ce5c863 100644
--- a/Hard-coded-logic.md
+++ b/Hard-coded-logic.md
@@ -73,7 +73,7 @@ There's no "outdoor-within-indoor" map environment, so the few maps in this situ
; MOUNT_MOON_SQUARE and TIN_TOWER_ROOF are outdoor maps within indoor maps.
; Dig and Escape Rope should not take you to them.
ld a, [wPrevMapGroup]
- cp GROUP_MOUNT_MOON_SQUARE ; GROUP_TIN_TOWER_ROOF
+ cp GROUP_MOUNT_MOON_SQUARE ; aka GROUP_TIN_TOWER_ROOF
jr nz, .not_mt_moon_or_tin_tower
ld a, [wPrevMapNumber]
cp MAP_MOUNT_MOON_SQUARE