diff options
Diffstat (limited to 'scripts/PewterGym.asm')
| -rw-r--r-- | scripts/PewterGym.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/PewterGym.asm b/scripts/PewterGym.asm index dcda6e16..4d4a4a0e 100644 --- a/scripts/PewterGym.asm +++ b/scripts/PewterGym.asm @@ -189,8 +189,8 @@ PewterGymGuideText: ld a, [wCurrentMenuItem] and a jr nz, .PewterGymGuideBeginAdviceText - ld a, [wd471] - bit 7, a + ld a, [wPikachuSpawnStateFlags] + bit BIT_PIKACHU_SPAWN_STARTER, a jp nz, .asm_5c3fa ld hl, PewterGymGuideBeginAdviceText call PrintText |
