You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Get rid of LANDMARK_SPECIAL (#1)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user