diff options
Diffstat (limited to 'scripts/pewtergym.asm')
-rwxr-xr-x | scripts/pewtergym.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/pewtergym.asm b/scripts/pewtergym.asm index 21d3fe74..9f9c7c3b 100755 --- a/scripts/pewtergym.asm +++ b/scripts/pewtergym.asm @@ -67,10 +67,10 @@ PewterGymScript_5c3df: ; 5c3df (17:43df) ld hl, wd72a set 0, [hl] - ld a, $4 + ld a, HS_GYM_GUY ld [wcc4d], a predef HideObject - ld a, $22 + ld a, HS_ROUTE_22_RIVAL_1 ld [wcc4d], a predef HideObject |