mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
HAHAHA FUCK YOU YUJIROU
WE WIN PRAISE BE TO RAINBOW METAL PIGEON, OH MY GOD
This commit is contained in:
parent
1eed8f03d5
commit
8893f847a0
|
@ -259,7 +259,6 @@ and more!
|
|||
|
||||
Known Bugs
|
||||
====
|
||||
- Losing to Yujirou's initial team crashes the game.
|
||||
- If you defeat the Elite Four before the Fighing Dojo Karate Master, the Hitmon gift is permanently locked off.
|
||||
- Occasionally, menu text sets itself to scroll. (hasn't happened for a while, either uncommon or fixed)
|
||||
- The Tradeback Tutor doesn't work properly with Rhydon for reasons likely related to its index number of 1.
|
||||
|
|
|
@ -23,7 +23,7 @@ ViridianPreGym_ScriptPointers:
|
|||
ViridianGymYujirouPostBattle:
|
||||
ld a, [wIsInBattle]
|
||||
cp $ff
|
||||
jp z, ViridianGymResetScripts
|
||||
jp z, ViridianPreGymResetScripts
|
||||
ld a, $f0
|
||||
ld [wJoyIgnore], a
|
||||
ViridianPreGymScriptReceiveBottleCap:
|
||||
|
@ -76,7 +76,7 @@ YujirouText:
|
|||
jr nz, .rematchMode
|
||||
CheckEventReuseA EVENT_GOT_YUJIROU_BOTTLE_CAP
|
||||
jr nz, .yujirouBeaten
|
||||
call z, PewterGymScriptReceiveTM34
|
||||
call z, ViridianPreGymScriptReceiveBottleCap
|
||||
call DisableWaitingAfterTextDisplay
|
||||
jp .done ; needed due to the rematch script length.
|
||||
.rematchMode ; Rematch functionality. Just loads pre-battle text and his trainer.
|
||||
|
|
Loading…
Reference in a new issue