mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
use a label in wildon/wildoff script command asm
This commit is contained in:
parent
2afb247caa
commit
8da8dff7cf
@ -2773,7 +2773,7 @@ Unknown_0x979ee: ; 0x979ee
|
|||||||
Script_wildoff: ; 0x979f5
|
Script_wildoff: ; 0x979f5
|
||||||
; script command 0x38
|
; script command 0x38
|
||||||
|
|
||||||
ld hl, $d84c
|
ld hl, StatusFlags
|
||||||
set 5, [hl]
|
set 5, [hl]
|
||||||
ret
|
ret
|
||||||
; 0x979fb
|
; 0x979fb
|
||||||
@ -2781,7 +2781,7 @@ Script_wildoff: ; 0x979f5
|
|||||||
Script_wildon: ; 0x979fb
|
Script_wildon: ; 0x979fb
|
||||||
; script command 0x37
|
; script command 0x37
|
||||||
|
|
||||||
ld hl, $d84c
|
ld hl, StatusFlags
|
||||||
res 5, [hl]
|
res 5, [hl]
|
||||||
ret
|
ret
|
||||||
; 0x97a01
|
; 0x97a01
|
||||||
|
Loading…
x
Reference in New Issue
Block a user