kep-hack/data
Llinos Evans 228de2b718 Groundwork for the Candy Jar rework
This does everything except the incrementation.

If you defeat a Meltan, `wCandyJarCount` increments by 1, capping at 40. This is represented in-game as 10, going up to 400, simply by adding a 0 at the end. This, in effect, replicates the Meltan quest from Pokemon Go.

Once 40/400 is reached, the Candy Jar will become an evolution stone, evolving Meltan. Instead of consuming the Jar, the Candies inside are zeroed out.

Currently, the Candy Jar increments, but only once, thus why this is being committed on a separate branch. The bug appears to be at `engine\battle\core.asm`, line 842-861, likely 854-856. It's possible that it could be due to its position in WRAM, or that it's a `db` instead of a `dw`.
2023-05-31 13:37:55 +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 Lots of small tweaks 2023-05-19 03:21:00 +01:00
items Groundwork for the Candy Jar rework 2023-05-31 13:37:55 +01:00
maps Small edits 2023-05-25 23:54:19 +01:00
moves Adding the last of the used moves 2023-04-29 21:00:17 +01:00
pokemon Lots of small tweaks 2023-05-19 03:21:00 +01:00
sgb A few updates 2023-05-19 16:17:44 +01:00
sprites New sprites just dropped 2023-04-28 19:11:49 +01:00
text Groundwork for the Candy Jar rework 2023-05-31 13:37:55 +01:00
tilesets Mt Moon Square House 2023-05-18 16:08:42 +01:00
trainers Update parties.asm 2023-05-24 15:47:52 +01:00
types Merge branch 'master' of https://github.com/pret/pokered 2023-04-19 20:04:38 -05:00
wild Encounter table changes 2023-05-19 16:47:43 +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 Boy/Girl option 2023-05-13 00:08:39 +01:00