@@ -422,7 +422,7 @@ rept SCENE_SCRIPT_SIZE
|
||||
endr
|
||||
|
||||
call GetMapScriptsBank
|
||||
call GetFarHalfword
|
||||
call GetFarWord
|
||||
call GetMapScriptsBank
|
||||
call CallScript
|
||||
|
||||
@@ -722,7 +722,7 @@ TryBGEvent:
|
||||
inc hl
|
||||
inc hl
|
||||
call GetMapScriptsBank
|
||||
call GetFarHalfword
|
||||
call GetFarWord
|
||||
call GetMapScriptsBank
|
||||
call CallScript
|
||||
scf
|
||||
@@ -739,7 +739,7 @@ CheckBGEventFlag:
|
||||
ld l, a
|
||||
push hl
|
||||
call GetMapScriptsBank
|
||||
call GetFarHalfword
|
||||
call GetFarWord
|
||||
ld e, l
|
||||
ld d, h
|
||||
ld b, CHECK_FLAG
|
||||
|
@@ -1369,7 +1369,7 @@ StdScript:
|
||||
ld b, a
|
||||
inc hl
|
||||
ld a, BANK(StdScripts)
|
||||
call GetFarHalfword
|
||||
call GetFarWord
|
||||
ret
|
||||
|
||||
SkipTwoScriptBytes:
|
||||
|
@@ -889,7 +889,7 @@ RandomPhoneMon:
|
||||
add hl, bc
|
||||
add hl, bc
|
||||
ld a, BANK(TrainerGroups)
|
||||
call GetFarHalfword
|
||||
call GetFarWord
|
||||
|
||||
.skip_trainer
|
||||
dec e
|
||||
|
Reference in New Issue
Block a user