index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
Age
Commit message (
Expand
)
Author
2021-03-10
Define MAPGROUP_* constants and verify MapGroup_* table sizes
Rangi
2021-03-05
Verify wild data sizes with def_grass/water_wildmons and end_grass/water_wild...
Rangi
2021-03-05
Verify data table sizes with table_width and assert_table_length macros
Rangi
2021-02-05
Fix typo
Rangi
2021-01-06
The 'tmhm' macro adjusts to the number of TMs/HMs
Rangi
2020-12-23
Rename some labels
Rangi
2020-12-20
Clarify signed magnitude in the growth_rate macro
Rangi
2020-11-17
Use assert to ensure correct base data size
Rangi
2020-11-17
Correct some filename comments
Rangi
2020-11-17
Resolve some "???" comments
Rangi
2020-11-08
Rename "dummy game" to "memory game"
Rangi
2020-11-03
More syncing with pokecrystal
Rangi
2020-11-02
Identify an unused intro sprite animation from pokegold-spaceworld
Rangi
2020-11-01
Make some labels more consistent
Rangi
2020-10-30
UnusedSpriteAnimGFX was to sprite anims as AnimObjGFX is to battle anims
Rangi
2020-10-30
Identify wSpriteAnimDict key constants
Rangi
2020-10-29
Updates to more closely sync with pokecrystal
Rangi
2020-10-29
Identify the remaining uses of another WRAM union
Rangi
2020-10-28
Identify more WRAM labels, and start a <X>_DummyFunction label convention
Rangi
2020-10-28
Replace many '; unused' with '; unreferenced'
Rangi
2020-10-27
Create data/collision/ for tile collision-related data
Rangi
2020-10-26
Comment, remove, or revise many unreferenced labels
Rangi
2020-10-23
Name symbols in link.asm (#63)
Elliot
2020-10-22
Identify some more map object labels and constants
Rangi
2020-10-22
Identify some more labels (a few link-related)
Rangi
2020-10-06
Identify battle bg effects functions and constants
Rangi
2020-10-04
Identify anim object constants
Rangi
2020-10-03
Identify battle animation functions
Rangi
2020-08-27
GS_INTRO_STAR/SPARKLE -> GS_GAMEFREAK_LOGO_STAR/SPARKLE
mid-kid
2020-08-13
Consistent constants for radio data table sizes (could still be better)
Rangi
2020-07-23
Generate the Stadium 2 checksum data with pfero's tool instead of raw INCBINs
Rangi
2020-07-22
Move EngineFlags and SpecialsPointers into data/engine/
Rangi
2020-07-22
Revert "Factor out tables into data/overworld/"
Rangi
2020-07-22
Factor out tables into data/overworld/
Rangi
2020-07-22
Treat map setup commands like trade script commands
Rangi
2020-07-21
Define NUM_FLYPOINTS
Rangi
2020-07-17
SPRITE_GYM_GUY -> SPRITE_GYM_GUIDE
Rangi
2020-07-13
Define map setup commands as macros like other script commands
Rangi
2020-07-13
Disassemble the final English debug ROMs
Rangi
2020-07-09
Eliminate enum: use const instead, with case-by-case parallel const implement...
Rangi
2020-07-06
add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid repeatin...
Rangi
2020-07-02
Use STRCMP, not ==, to compare multi-character strings
Rangi
2020-07-01
Identify more labels, and use the jumptable macro when possible
Rangi
2020-06-21
Comment more ROM labels as unreferenced
Rangi
2020-06-21
Replace "Unreferenced" labels with "; unreferenced" comments
Rangi
2020-06-20
Identify some more Unknown labels
Rangi
2020-06-19
Rename labels to stop cheating the unnamed.py script.
entrpntr
2020-06-16
ReplaceChrisSprite -> UpdatePlayerSprite
Rangi
2020-06-16
[in progress] Harmonize more constant and data files with pokecrystal
Rangi
2020-06-15
Remove Crystal-only CaughtData
Rangi
[next]