Rejuvenation Integration - pbflo/Where-Love-Lies-Overhaul GitHub Wiki
- Copy the content of "Rejuvenation Integration" into your Rejuvenation v13.5 folder & allow the files to be overwritten
- Simply start the game
Riolu Gift
To get the Riolu simply talk to the middle-left guy in the Central Building in GDC and choose "Password".
If your completed Where Love Lies Save was detected you will not have to input the Password itself. But if you have deleted the save or something similar you can still enter the password.
Warning if you have another mod installed, that overwrites the same map file, it will not work
Rejuvenation already automatically detects whether a completed Where Love Lies save exists. I simply added a check for it and else display the password screen.
Event Code:
Map 294 - Central Building; Event ID: 070
Event Name: Nurse
(X,Y): (010,008)
Page #1
Conditions
None
Graphic: NPC 22_1
Autonomous Movement
Type: Fixed
Speed: 3: Slow
Freq: 3: Low
Options Enabled
Move Animation
Trigger: Action Button
List of Event Commands:
@>Text: STAFF: Hello, how may I help you today?
@>Show Choices: Password., Nothing, thanks.
(When Cancel: Choice 2)
: When [Password.]
@>Control Self Switch: A =OFF
@>Conditional Branch: Switch [1062: Finished WLL] == ON
@>Control Self Switch: A =ON
@>
: Else
@>Input Number: [0028: PASSWORD VAR], 6 digit(s)
@>Conditional Branch: Variable [0028: PASSWORD VAR] == 489234
@>Control Self Switch: A =ON
@>
: Else
@>
: Branch End
@>
: Branch End
@>Conditional Branch: Self Switch A == ON
@>Script: poke=PokeBattle_Pokemon.new(:RIOLU,5,$Trainer)
: : poke.iv[0]=20
: : poke.iv[1]=20
: : poke.iv[2]=20
: : poke.iv[3]=20
: : poke.iv[4]=20
: : poke.iv[5]=20
: : poke.setNature(:DOCILE)
: : poke.pbLearnMove(:AURASPHERE)
: : poke.pbLearnMove(:POISONJAB)
: : poke.pbLearnMove(:DETECT)
: : poke.pbLearnMove(:QUICKATTACK)
@>Script: poke.makeShiny
: : poke.makeFemale
: : poke.obtainText=_INTL("Four Island")
: : pbAddPokemon(poke)
@>Text: STAFF: Thank you! Please come again!
@>Control Switches: [1062: Finished WLL] = ON
@>
: Else
@>Text: STAFF: Sorry, but that input is incorrect...
@>
: Branch End
@>
: When [Nothing, thanks.]
@>Text: STAFF: The 100th floor is open to guests!
: : But you won't be able to get far unless...
@>
: Branch End
@>
Page #2
Conditions
Self Switch A is ON
Graphic: NPC 22_1
Autonomous Movement
Type: Fixed
Speed: 3: Slow
Freq: 3: Low
Options Enabled
Move Animation
Trigger: Action Button
List of Event Commands:
@>Text: STAFF: The 100th floor is open to guests!
: : But you won't be able to get far unless...
@>
Aelita Rift Updated
The background for Aelita's Rift was clearly based on the old version of Sheridan, so I decided to update it.