summaryrefslogtreecommitdiff
path: root/engine/pokemon
diff options
context:
space:
mode:
Diffstat (limited to 'engine/pokemon')
-rw-r--r--engine/pokemon/caught_data.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/pokemon/caught_data.asm b/engine/pokemon/caught_data.asm
index 0633b8e9a..7bf57cdc3 100644
--- a/engine/pokemon/caught_data.asm
+++ b/engine/pokemon/caught_data.asm
@@ -76,7 +76,7 @@ CheckPartyFullAfterContest:
call GetPartyLocation
ld a, [hl]
and CAUGHT_GENDER_MASK
- ld b, NATIONAL_PARK
+ ld b, LANDMARK_NATIONAL_PARK
or b
ld [hl], a
xor a
@@ -136,7 +136,7 @@ CheckPartyFullAfterContest:
ld hl, sBoxMon1CaughtLocation
ld a, [hl]
and CAUGHT_GENDER_MASK
- ld b, NATIONAL_PARK
+ ld b, LANDMARK_NATIONAL_PARK
or b
ld [hl], a
call CloseSRAM
@@ -226,7 +226,7 @@ SetGiftPartyMonCaughtData:
SetGiftMonCaughtData:
xor a
ld [hli], a
- ld a, GIFT_LOCATION
+ ld a, LANDMARK_GIFT
rrc b
or b
ld [hl], a