index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
pokemon
Age
Commit message (
Expand
)
Author
2021-11-23
Use compound assignment operators
Rangi
2021-05-09
Require rgbds 0.5.1
Rangi
2021-04-20
Use rgbds 0.5.0
Rangi
2021-03-05
Verify data table sizes with table_width and assert_table_length macros
Rangi
2021-01-06
The 'tmhm' macro adjusts to the number of TMs/HMs
Rangi
2020-11-17
Use assert to ensure correct base data size
Rangi
2020-10-29
Updates to more closely sync with pokecrystal
Rangi
2020-06-21
Replace "Unreferenced" labels with "; unreferenced" comments
Rangi
2020-06-16
[in progress] Harmonize more constant and data files with pokecrystal
Rangi
2020-06-15
Remove Crystal-only CaughtData
Rangi
2020-06-15
Padding -> unused beta pics in base stats.
entrpntr
2020-06-14
Derive Pokémon frontpic dimensions using tools/png_dimensions
Rangi
2020-06-14
Make .gbcpal files for Pokémon and trainer sprites
Rangi
2020-06-14
Fix file permissions.
entrpntr
2020-06-06
Merge pull request #45 from libjet/bank3e
entrpntr
2020-06-06
Add engine/pokedex/unown_dex.asm
libjet
2020-06-06
Add time_capsule_2.asm and new_pokedex_entry.asm
libjet
2020-06-06
Add engine/link/time_capsule.asm
libjet
2020-06-05
Fix file permissions.
entrpntr
2020-06-02
Add engine/gfx/mon_icons.asm
libjet
2020-05-25
Add data/pokemon/unused_pic_banks.asm
libjet
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-07
Add majority of remaining unused source files.
entrpntr
2020-04-19
Continue with effect commands (about 50% complete).
entrpntr
2020-03-31
Disassemble pic banks.
entrpntr
2020-03-22
Clean up makefile, submodules, root dir; Python 3 compatibility.
entrpntr
2020-02-19
Update some included files at the start of home.asm
libjet
2019-12-12
Update predef_pointers and wram, and correct typo's caused by search + replace
libjet
2019-10-12
Sync base_stats from pokecrystal and include in the build
Ryan Tandy
2019-10-12
Sync egg group constants from pokecrystal
Ryan Tandy
2019-10-12
Sync growth rate constants from pokecrystal
Ryan Tandy
2019-10-12
Use PSYCHIC_M for the Psychic TM.
yenatch
2019-08-15
Fix cries, and integrate them into the build.
IIMarckus
2018-09-21
Include Pokédex entries in the build.
IIMarckus
2018-08-17
Shuffle files around to closer match pokecrystal.
IIMarckus