index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
constants
/
pokemon_data_constants.asm
Age
Commit message (
Expand
)
Author
2022-02-12
Define the `*_WILDDATA_LENGTH` equations to match their data representation
Rangi
2021-06-07
MON_PKRUS -> MON_POKERUS
Rangi
2021-04-27
Use {interpolation} to generate sequences of RAM labels
Rangi
2021-03-22
Miscellaneous cleanup
Rangi
2021-03-21
Assert the sBox1-14 tables have NUM_BOXES entries
Rangi
2021-03-17
Assert some more table widths
Rangi
2021-03-05
Define more struct offset constants with rsreset instead of const_def
Rangi
2021-03-05
Verify data table sizes with table_width and assert_table_length macros
Rangi
2020-10-26
Comment, remove, or revise many unreferenced labels
Rangi
2020-06-29
Identify more unnamed labels
Rangi
2020-06-16
[in progress] Harmonize more constant and data files with pokecrystal
Rangi
2020-06-15
Remove Crystal-only CaughtData
Rangi
2020-05-29
Add engine/events/lucky_number.asm
libjet
2020-05-12
Simple cleanups in constants/data/macros and banks 1-4.
entrpntr
2020-05-04
Clean up specials and swarms.
entrpntr
2020-05-01
Add engine/overworld/wildmons.asm (without data files).
entrpntr
2020-04-27
Sync with the recent updates to pokecrystal.
entrpntr
2020-04-01
Use linkerscript for bank $2e, disassemble some stuff after pics.
entrpntr
2020-03-17
Some cleanup before continuing.
entrpntr
2020-03-17
Fill in a lot of missing bank $04 code.
entrpntr
2019-10-12
Sync egg group constants from pokecrystal
Ryan Tandy
2019-10-12
Sync growth rate constants from pokecrystal
Ryan Tandy
2018-08-16
Sync many constant/macro files with pokecrystal.
IIMarckus
2016-06-17
home/movement.asm
pikalaxalt
2016-01-29
Import stuff from pokecrystal; diff gold and silver
PikalaxALT