kep-hack/data/text
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
..
alphabets.asm Port pokecrystal's formatting of text commands and special characters 2020-07-04 21:14:46 -04:00
item_descriptions.asm Mystery Box functionality 2023-05-31 05:03:22 +01:00
text_1.asm Expanding on Pokemon icon usage 2023-04-23 21:25:45 +01:00
text_2.asm Groundwork for the Candy Jar rework 2023-05-31 13:37:55 +01:00
text_3.asm wcf4b -> wStringBuffer 2021-08-28 17:02:20 -04:00
text_4.asm Improved Virtual Console patch identifiers (#357) 2022-06-06 17:22:34 -04:00
text_5.asm wcf4b -> wStringBuffer 2021-08-28 17:02:20 -04:00
text_6.asm wcf4b -> wStringBuffer 2021-08-28 17:02:20 -04:00
text_7.asm FRLG Move Tutors 2023-05-18 18:06:44 +01:00
unused_names.asm Separate the two lists of unused names 2020-08-31 19:01:13 -04:00