mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
StdScripts label in engine/scripting.asm
This commit is contained in:
parent
5376a0c96b
commit
45e791bb42
@ -1787,15 +1787,15 @@ StdScript: ; 0x9757b
|
||||
ld e, a
|
||||
call GetScriptByte
|
||||
ld d, a
|
||||
ld hl, $4000 ; StdScripts
|
||||
ld hl, StdScripts
|
||||
add hl, de
|
||||
add hl, de
|
||||
add hl, de
|
||||
ld a, $2f ; BANK(StdScripts)
|
||||
ld a, BANK(StdScripts)
|
||||
call GetFarByte
|
||||
ld b, a
|
||||
inc hl
|
||||
ld a, $2f ; BANK(StdScripts)
|
||||
ld a, BANK(StdScripts)
|
||||
call GetFarHalfword
|
||||
ret
|
||||
; 0x97596
|
||||
|
Loading…
Reference in New Issue
Block a user