kep-hack/constants
Llinos Evans da13aa9a32 WIP Omega Event
So this isn't working very well. It's halfway there and worked exactly once with what I can only describe as a cosmic ray event.

Here's how it's intended to work: Right as you open the Card Key door, Omega comes barging through, having previously been fighting with Giovanni.

The walking and stuff seems to work, but there are three issues:
- Omega's battle doesn't start, causing a softlock. `call TalkToTrainer` seems to be the iffy point. Note that this code is usually used when talking to a static entity.
- The music bugs out as Omega walks over; this may be linked to the above problem.
- Once these issues are alleviated, Omega will have to disappear, but this isn't a massive deal.

Also includes a dev door in Red's room to easily access the event, and minor code cleanup with Viridian Pre-Gym and Oak's lab - just unnecessary comments.
2023-04-13 17:13:11 +01:00
..
audio_constants.asm Use the same music headers as pokecrystal (#382) 2022-08-11 21:23:08 -04:00
battle_constants.asm wild DV buff 2022-09-04 11:56:47 +01:00
credits_constants.asm RGBDS syntax updates (#358) 2022-06-06 17:25:31 -04:00
event_constants.asm WIP Omega Event 2023-04-13 17:13:11 +01:00
gfx_constants.asm wOAMBuffer -> wShadowOAM (#370) 2022-07-09 17:18:18 -04:00
hardware_constants.asm Identify the rest of the hardware constants (#371) 2022-07-04 01:10:14 -04:00
hide_show_constants.asm wug 2023-04-05 23:20:22 +01:00
icon_constants.asm RGBDS syntax updates (#358) 2022-06-06 17:25:31 -04:00
input_constants.asm RGBDS syntax updates (#358) 2022-06-06 17:25:31 -04:00
item_constants.asm Revert "Revert "Merge branch 'master' of https://github.com/PlagueVonKarma/kep-hack"" 2023-04-09 14:03:02 +01:00
list_constants.asm Fix file modes 2020-11-14 20:52:10 -06:00
map_constants.asm Citrine time! 2023-04-11 12:52:53 +01:00
map_data_constants.asm RGBDS syntax updates (#358) 2022-06-06 17:25:31 -04:00
map_object_constants.asm Implementing static Crocky encounter 2022-09-10 18:43:00 +01:00
menu_constants.asm Item Descriptions! 2023-03-08 03:27:32 +00:00
misc_constants.asm RGBDS syntax updates (#358) 2022-06-06 17:25:31 -04:00
move_animation_constants.asm RGBDS syntax updates (#358) 2022-06-06 17:25:31 -04:00
move_constants.asm Struggle fixes 2022-09-12 22:16:45 +01:00
move_effect_constants.asm RGBDS syntax updates (#358) 2022-06-06 17:25:31 -04:00
music_constants.asm RGBDS syntax updates (#358) 2022-06-06 17:25:31 -04:00
oam_constants.asm RGBDS syntax updates (#358) 2022-06-06 17:25:31 -04:00
palette_constants.asm Citrine is now golden 2023-04-11 13:26:04 +01:00
pokedex_constants.asm Removing MissingNo to make room 2023-04-09 20:41:31 +01:00
pokemon_constants.asm Removing MissingNo to make room 2023-04-09 20:41:31 +01:00
pokemon_data_constants.asm Eevees and More 2022-09-01 08:37:35 -06:00
script_constants.asm Add regional trades, break trade limit 2023-04-09 18:56:19 +01:00
serial_constants.asm party_struct constants and ExchangeBytes size (#364) 2022-07-04 01:08:17 -04:00
sprite_constants.asm Revamp Pokemon Mansion B2F 2022-10-17 16:57:42 +01:00
sprite_data_constants.asm RGBDS syntax updates (#358) 2022-06-06 17:25:31 -04:00
text_constants.asm RGBDS syntax updates (#358) 2022-06-06 17:25:31 -04:00
tileset_constants.asm Groundwork for Viridian Pre-Gym 2023-03-30 02:12:45 +01:00
trainer_constants.asm Extra trainer classes, new bold P 2023-04-04 19:28:02 +01:00
type_constants.asm Adding move data, types, and some Pokemon data 2022-08-31 10:17:48 +01:00