From 8fafca714c07500d1d87bba224f12cf9cc2c8789 Mon Sep 17 00:00:00 2001 From: Sylvie <35663410+Rangi42@users.noreply.github.com> Date: Tue, 16 Jul 2024 13:02:54 -0400 Subject: Identify various flag labels and bit constants (#454) --- scripts/Route12.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Route12.asm') diff --git a/scripts/Route12.asm b/scripts/Route12.asm index ea7b66ca..660b8a2d 100644 --- a/scripts/Route12.asm +++ b/scripts/Route12.asm @@ -33,7 +33,7 @@ Route12DefaultScript: ld a, SNORLAX ld [wCurOpponent], a ld a, 30 - ld [wCurEnemyLVL], a + ld [wCurEnemyLevel], a ld a, HS_ROUTE_12_SNORLAX ld [wMissableObjectIndex], a predef HideObject -- cgit v1.3.1-sl0p