kep-hack/data
May Evans d31edda1da Add Prof. Oak post-game fight
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*
2022-12-12 05:22:41 +00:00
..
battle Verify data table and name list sizes with assertion macros 2021-03-25 16:44:41 -04:00
battle_anims RGBDS syntax updates (#358) 2022-06-06 17:25:31 -04:00
credits Removing version differences, and adding Mew 2022-09-25 14:03:04 +01:00
events Finish the Pewter Museum of Science 2022-12-06 00:20:10 +00:00
items Move Mew, add Old Sea Chart, add wild data 2022-10-16 09:05:26 +01:00
maps Add Prof. Oak post-game fight 2022-12-12 05:22:41 +00:00
moves Fixing the recover bug! :D 2022-10-13 17:18:23 +01:00
pokemon fixing a wrong name 2022-12-11 23:31:12 +00:00
sgb Electivire & Magmortar! 2022-09-29 17:00:48 +01:00
sprites cut catsprite from constants 2022-10-01 14:49:57 +01:00
text Myriad of changes! 2022-12-11 21:40:43 +00:00
tilesets Make arrow tiles in forest tileset warp-able. 2022-12-11 22:18:39 +00:00
trainers Viridian Forest & Route 24-25 tweaks 2022-12-11 22:13:33 +00:00
types Adding move data, types, and some Pokemon data 2022-08-31 10:17:48 +01:00
wild Yellow and Japan Blue Encounters 2022-12-11 18:51:37 -07:00
growth_rates.asm RGBDS syntax updates (#358) 2022-06-06 17:25:31 -04:00
icon_pointers.asm PokeDex is fixed 2022-09-03 19:24:56 -06:00
player_names.asm Removing version differences, and adding Mew 2022-09-25 14:03:04 +01:00
player_names_list.asm Removing version differences, and adding Mew 2022-09-25 14:03:04 +01:00
predef_pointers.asm Talk to Use Cut. Strength and Surf 2022-09-07 17:09:12 -06:00
text_boxes.asm RGBDS syntax updates (#358) 2022-06-06 17:25:31 -04:00
text_predef_pointers.asm Finish the Pewter Museum of Science 2022-12-06 00:20:10 +00:00
tilemaps.asm RGBDS syntax updates (#358) 2022-06-06 17:25:31 -04:00
yes_no_menu_strings.asm RGBDS syntax updates (#358) 2022-06-06 17:25:31 -04:00