1.0.2a
Pre-release
Pre-release
ExeFS Build for 1.0.2 Alpha of Re:Lumi.
Patch Notes
- Adjusted Custom Save Data to be properly malloc'd so the game doesn't overwrite our memory.
- Updated Ability, Item, and Move data to ScarVi DLC2.
- Added more evolution methods:
- IN_PARTY_OR_PREV_EVO (49) is a clone of POKEMON (22), but also checks if the previous evolution's INITIAL Pokémon MonsNo matches the parameter.
- RND_1_OF_100_MOVE (55) triggers when the Pokémon has a certain move on level up (defined by the parameter) and has an Encryption Constant modulo 100 of 0.
- RND_99_OF_100_MOVE (56) triggers when the Pokémon has a certain move on level up (defined by the parameter) and has an Encryption Constant modulo 100 of NOT 0.
- TOTAL_DAMAGE_RECIEVED_MALE (57) is a clone of TOTAL_DAMAGE_RECIEVED (44), but also checks if the Pokémon is male.
- TOTAL_DAMAGE_RECIEVED_FEMALE (58) is a clone of TOTAL_DAMAGE_RECIEVED (44), but also checks if the Pokémon is female.