mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00

Overall completes Celadon University sans a problem with sprites being a bit corrupted until you leave. New Magikarp Salesman-esque events in other pokecenters which is kinda neat
78 lines
1.2 KiB
NASM
78 lines
1.2 KiB
NASM
_CeladonUniversityOutsideYesNo1::
|
|
text "I love battles!"
|
|
line "Wanna go?"
|
|
done
|
|
|
|
_CeladonUniversityRefuse::
|
|
text "Aww! Next time?"
|
|
done
|
|
|
|
_CeladonUniversityOutsideBattleText1::
|
|
text "Ok! Game on!"
|
|
done
|
|
|
|
_CeladonUniversityOutsideEndBattleText1::
|
|
text "Darn!"
|
|
line "You beat me!"
|
|
prompt
|
|
|
|
_CeladonUniversityOutsideAfterBattleText1::
|
|
text "Aww! Maybe next"
|
|
line "time!"
|
|
done
|
|
|
|
_CeladonUniversityOutsideYesNo2::
|
|
text "I've been working"
|
|
line "on a digital"
|
|
|
|
para "on a digital"
|
|
line "#MON. Want to"
|
|
|
|
para "help me test it"
|
|
line "for my thesis?"
|
|
|
|
done
|
|
|
|
_CeladonUniversityOutsideYesNo3::
|
|
text "I had the TRADER"
|
|
line "lend me a hand."
|
|
|
|
para "I could beat"
|
|
line "anyone in the"
|
|
cont "UNIVERSITY!"
|
|
|
|
para "Try me!"
|
|
|
|
done
|
|
|
|
_CeladonUniversityOutsideYesNo4::
|
|
text "Hey! I met you"
|
|
line "in MT. MOON!"
|
|
|
|
para "Want a rematch?"
|
|
done
|
|
|
|
_CeladonUniversityOutsideNPC1::
|
|
text "I qualified for"
|
|
line "this UNIVERSITY"
|
|
cont "through a"
|
|
cont "magazine."
|
|
|
|
done
|
|
|
|
_CeladonUniversityOutsideNPC2::
|
|
text "I got referred"
|
|
line "after studying"
|
|
cont "with ERIKA."
|
|
|
|
para "Her GRASS-type"
|
|
line "knowledge is"
|
|
cont "astounding!"
|
|
|
|
done
|
|
|
|
_CeladonMagikarp::
|
|
text "MAGIKARP: Blub..."
|
|
|
|
done
|