From 0c6f94effd1cb4278b0c0a2f02117055a69537e1 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 25 Nov 2015 10:26:30 -0500 Subject: Final relabeling before merge --- engine/map_objects.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/map_objects.asm') diff --git a/engine/map_objects.asm b/engine/map_objects.asm index 168c5389c..13e4f73bf 100644 --- a/engine/map_objects.asm +++ b/engine/map_objects.asm @@ -2736,7 +2736,7 @@ Function5602: ; 5602, called at battle start ld a, PLAYER call Function5629 ; respawn player - ld a, [wd459] + ld a, [wBattleScriptFlags] bit 7, a jr z, .ok -- cgit v1.2.3