diff options
Diffstat (limited to 'scripts/pokemontower2.asm')
-rwxr-xr-x | scripts/pokemontower2.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pokemontower2.asm b/scripts/pokemontower2.asm index 3c9ec72d..dc9275f2 100755 --- a/scripts/pokemontower2.asm +++ b/scripts/pokemontower2.asm @@ -99,7 +99,7 @@ PokemonTower2Script2: ; 605bb (18:45bb) ld a, [wd730] bit 0, a ret nz - ld a, $38 + ld a, HS_POKEMONTOWER_2_RIVAL ld [wcc4d], a predef HideObject xor a |