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
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