summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-10 22:34:42 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-10 22:34:42 -0500
commita551e345df45897dd17c7cd5c7423851f8f210ba (patch)
treeb205058190337c6564009661657bc5d2bde3c3b6 /main.asm
parenta827c02757ce4b214afb0e079ed68242430a671c (diff)
PokeCenter → Pokecenter (consistent with the POKECENTER map constants)
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.asm b/main.asm
index 5ff629015..525fa26b9 100644
--- a/main.asm
+++ b/main.asm
@@ -3118,17 +3118,17 @@ SetBoxmonOrEggmonCaughtData: ; 4db53
ld a, [MapNumber]
ld c, a
cp MAP_POKECENTER_2F
- jr nz, .NotPokeCenter2F
+ jr nz, .NotPokecenter2F
ld a, b
cp GROUP_POKECENTER_2F
- jr nz, .NotPokeCenter2F
+ jr nz, .NotPokecenter2F
ld a, [BackupMapGroup]
ld b, a
ld a, [BackupMapNumber]
ld c, a
-.NotPokeCenter2F:
+.NotPokecenter2F:
call GetWorldMapLocation
ld b, a
ld a, [PlayerGender]