diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-10 22:34:42 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-10 22:34:42 -0500 |
commit | a551e345df45897dd17c7cd5c7423851f8f210ba (patch) | |
tree | b205058190337c6564009661657bc5d2bde3c3b6 /main.asm | |
parent | a827c02757ce4b214afb0e079ed68242430a671c (diff) |
PokeCenter → Pokecenter (consistent with the POKECENTER map constants)
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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] |