From 6ddc025942a03802acf6a2731d7b46f2672ae74f Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sun, 6 Dec 2015 16:08:20 -0500 Subject: engine/battle/trainer_ai.asm --- scripts/route22.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/route22.asm') diff --git a/scripts/route22.asm b/scripts/route22.asm index ff506793..5c3d2b21 100755 --- a/scripts/route22.asm +++ b/scripts/route22.asm @@ -32,7 +32,7 @@ Route22Script_50ed6: ; 50ed6 (14:4ed6) jr .asm_50eda .asm_50ee1 ld a, [hl] - ld [W_TRAINERNO], a + ld [wTrainerNo], a ret Route22MoveRivalSprite: ; 50ee6 (14:4ee6) -- cgit v1.3.1-sl0p