kep-hack/data/events
Llinos Evans 83483f035b The Great Constant Compression of June 2023
This is a large-scale compression of KEP's current hide/show constants. RBY's works extremely oddly and is limited to 256 entries.

The problem with how RBY's hide/show stuff works, is that even though there are tons of unused constants, you...can't actually remove them. The constant list is tied to the hide/show data entries, so if you replace it with something else, well, now you just have two objects tied to the same constant. If you made the Route 2 item a boss, and someone picked up the item on Route 2, the boss would also disappear, and vice versa. So, we have to get creative.

I have reduced what we have to 248, but I think I miscounted when doing the funny list somewhere in the actual list when making sure the hex stuff is ok. Either that, or there's an error somewhere that Martha will, by some obscene miracle of humanity, discover. Anyway, this was achieved by turning multiple current overworld items into hidden ones, keeping them in the game whilst keeping to that all-important limit.

I also removed the items in Pokemon Tower 4F for this, just needed a little boost. Well, as you can see by the number, I technically didn't, I just miscounted like 20 times. Look, it's 10:11 PM, my stomach is in pain from an insane injection, and I don't even know if that map will come back, cut me some slack. Or add it back. You definitely can.
2023-06-27 22:17:07 +01:00
..
bench_guys.asm Citrine Pokecenter, trade refactoring 2023-04-28 00:48:09 +01:00
card_key_coords.asm Use constants to delineate map types, and factor out more data 2020-08-31 10:23:19 -04:00
card_key_maps.asm Use constants to delineate map types, and factor out more data 2020-08-31 10:23:19 -04:00
hidden_coins.asm RGBDS syntax updates (#358) 2022-06-06 17:25:31 -04:00
hidden_item_coords.asm The Great Constant Compression of June 2023 2023-06-27 22:17:07 +01:00
hidden_objects.asm The Great Constant Compression of June 2023 2023-06-27 22:17:07 +01:00
prize_mon_levels.asm Removing version differences, and adding Mew 2022-09-25 14:03:04 +01:00
prizes.asm Removing version differences, and adding Mew 2022-09-25 14:03:04 +01:00
slot_machine_wheels.asm Fix file modes 2020-11-14 20:52:10 -06:00
trades.asm Lots of small tweaks 2023-05-19 03:21:00 +01:00