script commands wildon and wildoff got mixed up

this was a mistake in the original pksv spec and tauwasser's notes
This commit is contained in:
yenatch 2013-09-24 03:29:37 -04:00
parent f6a5d7b2f2
commit 2afb247caa

View File

@ -54,8 +54,8 @@ ScriptCommandTable: ; 0x96cb1
dw Script_checkbit2 dw Script_checkbit2
dw Script_clearbit2 dw Script_clearbit2
dw Script_setbit2 dw Script_setbit2
dw Script_wildoff
dw Script_wildon dw Script_wildon
dw Script_wildoff
dw Script_xycompare dw Script_xycompare
dw Script_warpmod dw Script_warpmod
dw Script_blackoutmod dw Script_blackoutmod
@ -2770,7 +2770,7 @@ Unknown_0x979ee: ; 0x979ee
ret ret
; 0x979f5 ; 0x979f5
Script_wildon: ; 0x979f5 Script_wildoff: ; 0x979f5
; script command 0x38 ; script command 0x38
ld hl, $d84c ld hl, $d84c
@ -2778,7 +2778,7 @@ Script_wildon: ; 0x979f5
ret ret
; 0x979fb ; 0x979fb
Script_wildoff: ; 0x979fb Script_wildon: ; 0x979fb
; script command 0x37 ; script command 0x37
ld hl, $d84c ld hl, $d84c