mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-11 07:44:47 +13:00
This was surprisingly easy to add, albeit a bit awkward. I learned how to add trainer battles without headers this way, so I may go back to CeladonU and restructure with this in mind. This commit adds a fully functioning Professor Oak fight, using the Rival party choice script as a launchpad. You can desynchronise the choices easily, just a few number changes. I used the S. S. Anne 2F and Route 22 scripts to hodgepodge it together. Because of how I did this, Oak is fully re-fightable, taking inspiration from XY Serena's daily re-fights. I tried to add a Yes/No prompt, but it would still pull you into the fight, presumably because it's calling a beforebattle script before the code. It's a bit of a hassle and my CeladonU code sucked, so I decided to leave it out for now. It's intended to be unlocked once you enter the Hall of Fame, thus that change there. That hasn't been tested properly so uhhhh *shrug* |
||
|---|---|---|
| .. | ||
| audio_constants.asm | ||
| battle_constants.asm | ||
| credits_constants.asm | ||
| event_constants.asm | ||
| gfx_constants.asm | ||
| hardware_constants.asm | ||
| hide_show_constants.asm | ||
| icon_constants.asm | ||
| input_constants.asm | ||
| item_constants.asm | ||
| list_constants.asm | ||
| map_constants.asm | ||
| map_data_constants.asm | ||
| map_object_constants.asm | ||
| menu_constants.asm | ||
| misc_constants.asm | ||
| move_animation_constants.asm | ||
| move_constants.asm | ||
| move_effect_constants.asm | ||
| music_constants.asm | ||
| oam_constants.asm | ||
| palette_constants.asm | ||
| pokedex_constants.asm | ||
| pokemon_constants.asm | ||
| pokemon_data_constants.asm | ||
| script_constants.asm | ||
| serial_constants.asm | ||
| sprite_constants.asm | ||
| sprite_data_constants.asm | ||
| text_constants.asm | ||
| tileset_constants.asm | ||
| trainer_constants.asm | ||
| type_constants.asm | ||