Get rid of LANDMARK_SPECIAL (#1)

This commit is contained in:
xCrystal
2023-07-25 18:32:57 +02:00
parent 473c23a727
commit 787caa2147
5 changed files with 1 additions and 44 deletions

View File

@@ -60,16 +60,12 @@ InitMapNameSign::
ld c, a
ld a, [wPrevLandmark]
cp c
ret z
cp LANDMARK_SPECIAL
ret
.CheckSpecialMap:
; These landmarks do not get pop-up signs.
cp -1
ret z
cp LANDMARK_SPECIAL ; redundant check
ret z
ld a, 1
and a
ret