mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
stupid giovanni fix
i dont know why i dont want to know why but this is needed to make giovanni work properly there is no excuse for this terribleness but please accept it
This commit is contained in:
parent
aa7487aa10
commit
59d5be61be
|
@ -294,7 +294,7 @@ SilphCo11Script5:
|
||||||
call SilphCo11Script_6221a
|
call SilphCo11Script_6221a
|
||||||
ld a, $f0
|
ld a, $f0
|
||||||
ld [wJoyIgnore], a
|
ld [wJoyIgnore], a
|
||||||
ld a, $7
|
ld a, $8
|
||||||
ldh [hSpriteIndexOrTextID], a
|
ldh [hSpriteIndexOrTextID], a
|
||||||
call DisplayTextID
|
call DisplayTextID
|
||||||
call GBFadeOutToBlack
|
call GBFadeOutToBlack
|
||||||
|
@ -353,6 +353,7 @@ SilphCo11F_TextPointers:
|
||||||
dw SilphCo11Text5
|
dw SilphCo11Text5
|
||||||
dw SilphCo11Text6
|
dw SilphCo11Text6
|
||||||
dw OmegaText
|
dw OmegaText
|
||||||
|
dw StupidGiovanniFix
|
||||||
|
|
||||||
SilphCo11TrainerHeaders:
|
SilphCo11TrainerHeaders:
|
||||||
def_trainers 4
|
def_trainers 4
|
||||||
|
@ -479,4 +480,6 @@ OmegaBattleText:
|
||||||
call WaitForSoundToFinish
|
call WaitForSoundToFinish
|
||||||
jp TextScriptEnd
|
jp TextScriptEnd
|
||||||
|
|
||||||
|
StupidGiovanniFix:
|
||||||
|
text_far _SilphCo10Text_62335
|
||||||
|
text_end
|
||||||
|
|
Loading…
Reference in a new issue