mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
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:
parent
f6a5d7b2f2
commit
2afb247caa
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user