index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
trainers
Age
Commit message (
Collapse
)
Author
2021-03-23
Verify uneven list sizes with list_start, li, and assert_list_length macros
Rangi
2021-03-05
Verify data table sizes with table_width and assert_table_length macros
Rangi
It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants.
2020-06-14
Make .gbcpal files for Pokémon and trainer sprites
Rangi
Pokémon use their back sprites since front sprites differ between Gold and Silver.
2020-05-14
Clean up some palette stuff, update main.asm and layout.link.
entrpntr
2020-05-12
Simple cleanups in constants/data/macros and banks 1-4.
entrpntr
2020-05-09
Add item/move/class names; update linkerscript and main.asm.
entrpntr
2020-04-19
Start adding engine/battle/core.asm.
entrpntr
2020-04-08
Add engine/battle/read_trainer_[attributes|party].asm.
entrpntr
2020-03-31
Disassemble pic banks.
entrpntr
2019-08-26
Import trainer DVs data from pokecrystal
Ryan Tandy
2019-08-16
Incorporate the rest of the audio engine.
IIMarckus
2018-09-24
Add trainer data.
IIMarckus