kep-hack/data
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
..
battle Verify data table and name list sizes with assertion macros 2021-03-25 16:44:41 -04:00
battle_anims Adding the last of the used moves 2023-04-29 21:00:17 +01:00
credits Small edits 2023-05-25 23:54:19 +01:00
events The Great Constant Compression of June 2023 2023-06-27 22:17:07 +01:00
items Saffron Guards are now British 2023-06-18 09:12:42 +01:00
maps The Great Constant Compression of June 2023 2023-06-27 22:17:07 +01:00
moves Adding the last of the used moves 2023-04-29 21:00:17 +01:00
pokemon Update dex_text.asm 2023-06-09 09:48:20 +01:00
sgb Custom palette for Game Corner, slight early game rebalance 2023-06-09 14:58:59 +01:00
sprites New sprites just dropped 2023-04-28 19:11:49 +01:00
text Fix "Oak's Last Pokemon" line 2023-06-27 13:42:48 +01:00
tilesets Fighting Dojo script revamp 2023-06-27 21:09:38 +01:00
trainers Fix "Oak's Last Pokemon" line 2023-06-27 13:42:48 +01:00
types Merge branch 'master' of https://github.com/pret/pokered 2023-04-19 20:04:38 -05:00
wild Fix "Oak's Last Pokemon" line 2023-06-27 13:42:48 +01:00
growth_rates.asm RGBDS syntax updates (#358) 2022-06-06 17:25:31 -04:00
icon_pointers.asm Expanding on Pokemon icon usage 2023-04-23 21:25:45 +01:00
player_names.asm Boy/Girl option 2023-05-13 00:08:39 +01:00
player_names_list.asm Boy/Girl option 2023-05-13 00:08:39 +01:00
predef_pointers.asm Talk to Use Cut. Strength and Surf 2022-09-07 17:09:12 -06:00
text_boxes.asm Item Descriptions! 2023-03-08 03:27:32 +00:00
text_predef_pointers.asm Citrine Pokecenter, trade refactoring 2023-04-28 00:48:09 +01:00
tilemaps.asm RGBDS syntax updates (#358) 2022-06-06 17:25:31 -04:00
yes_no_menu_strings.asm LGPE Beauty Event 2023-06-07 11:17:47 +01:00