From 59d5be61be7c6bdca23b689cae5a0ec95e32cc7b Mon Sep 17 00:00:00 2001 From: Llinos Evans <36418502+PlagueVonKarma@users.noreply.github.com> Date: Sat, 15 Apr 2023 19:58:15 +0100 Subject: [PATCH] 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 --- scripts/SilphCo11F.asm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/SilphCo11F.asm b/scripts/SilphCo11F.asm index f364b948..33ddccd7 100644 --- a/scripts/SilphCo11F.asm +++ b/scripts/SilphCo11F.asm @@ -294,7 +294,7 @@ SilphCo11Script5: call SilphCo11Script_6221a ld a, $f0 ld [wJoyIgnore], a - ld a, $7 + ld a, $8 ldh [hSpriteIndexOrTextID], a call DisplayTextID call GBFadeOutToBlack @@ -353,6 +353,7 @@ SilphCo11F_TextPointers: dw SilphCo11Text5 dw SilphCo11Text6 dw OmegaText + dw StupidGiovanniFix SilphCo11TrainerHeaders: def_trainers 4 @@ -479,4 +480,6 @@ OmegaBattleText: call WaitForSoundToFinish jp TextScriptEnd - +StupidGiovanniFix: + text_far _SilphCo10Text_62335 + text_end