StdScripts label in engine/scripting.asm

This commit is contained in:
yenatch 2013-09-07 05:08:34 -04:00
parent 5376a0c96b
commit 45e791bb42

View File

@ -1787,15 +1787,15 @@ StdScript: ; 0x9757b
ld e, a ld e, a
call GetScriptByte call GetScriptByte
ld d, a ld d, a
ld hl, $4000 ; StdScripts ld hl, StdScripts
add hl, de add hl, de
add hl, de add hl, de
add hl, de add hl, de
ld a, $2f ; BANK(StdScripts) ld a, BANK(StdScripts)
call GetFarByte call GetFarByte
ld b, a ld b, a
inc hl inc hl
ld a, $2f ; BANK(StdScripts) ld a, BANK(StdScripts)
call GetFarHalfword call GetFarHalfword
ret ret
; 0x97596 ; 0x97596