Merge pull request #196 from yenatch/std-scripts

std scripts
This commit is contained in:
Bryan Bishop 2013-09-08 17:06:54 -07:00
commit 78a3951d47
2 changed files with 2244 additions and 7 deletions

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

2245
main.asm

File diff suppressed because it is too large Load Diff