ref: 2afb247caa266c27ffb0160da41ec84e77a46138
parent: f6a5d7b2f2bce987ae7d5e291e80e830516c2965
author: yenatch <yenatch@gmail.com>
date: Mon Sep 23 23:29:37 EDT 2013
script commands wildon and wildoff got mixed up this was a mistake in the original pksv spec and tauwasser's notes
--- a/engine/scripting.asm
+++ b/engine/scripting.asm
@@ -54,8 +54,8 @@
dw Script_checkbit2
dw Script_clearbit2
dw Script_setbit2
- dw Script_wildoff
dw Script_wildon
+ dw Script_wildoff
dw Script_xycompare
dw Script_warpmod
dw Script_blackoutmod
@@ -2770,7 +2770,7 @@
ret
; 0x979f5
-Script_wildon: ; 0x979f5
+Script_wildoff: ; 0x979f5
; script command 0x38
ld hl, $d84c
@@ -2778,7 +2778,7 @@
ret
; 0x979fb
-Script_wildoff: ; 0x979fb
+Script_wildon: ; 0x979fb
; script command 0x37
ld hl, $d84c
--
⑨