Commit Graph

8 Commits

Author SHA1 Message Date
Haven1433
132bc95fa1 add support for starter editing in FR/LG 2022-05-13 22:37:08 -05:00
Benjamin Popp
8d1131f6e2 Populate Constant Reference
Move constants from default TOML files into the constantReference file. This makes it so that constants are condensed from 2010 lines spread between 9 files down to just 137 lines stored in a single file, but all the same information is available. This new format is much lighter on boilerplate, which makes it much faster to skim for constants.
2020-12-29 15:30:28 -06:00
Benjamin Popp
9fd531a3b6 Add additional catchmap tables / constanst 2020-12-24 16:55:26 -06:00
Benjamin Popp
9330ab3e3c Add initial PC item and money constant 2020-11-23 13:32:06 -06:00
Benjamin Popp
aae5f733a8 Add tilemap constants for FR/LG 1.0/1.1 2020-11-12 22:32:20 -06:00
Benjamin Popp
41abc936f0 Add daycare exp multiplier
The daycare exp multiplier effects the step count, which is also used to control the timing for egg creation. Eggs will only be created when the step count is equal to 255 mod 256. Because of this, eggs will never be created if the step count increments by an even number. Any odd number is safe.

To help explain this to the user, a 'note' field has been added.
2020-09-01 21:33:59 -05:00
Benjamin Popp
9caa454823 Add named byte constant: scripts.pokedex.regional.length 2020-09-01 19:58:46 -05:00
Benjamin Popp
57c51a58b5 Add scripts.shiny.odds 2020-08-31 22:15:03 -05:00