index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
events
Age
Commit message (
Expand
)
Author
2022-03-14
Build the Virtual Console patches with `make gold_vc` and `make silver_vc` (#74)
vulcandth
2022-02-14
Clear however many bytes are needed for wFruitTreeFlags
Rangi
2021-12-22
Identify some overworld movement data
Rangi
2021-11-23
Use ~X instead of $ff ^ X
Rangi
2021-06-19
Standardize capitalization of ".Jumptable"
Rangi
2021-06-08
Fix incorrectly swapped constants in Players PC
TheFakeMateo
2021-04-20
Use rgbds 0.5.0
Rangi
2021-03-21
Use numeric constants in text strings with "{d:interpolation}"
Rangi
2021-03-21
Assert the sBox1-14 tables have NUM_BOXES entries
Rangi
2021-03-17
Consistent labels for each nickname in RAM
Rangi
2021-03-17
Assert some more table widths
Rangi
2021-03-08
Identify scrolling menu lists in WRAM
Rangi
2021-01-09
Rename GetFarHalfword to GetFarWord
Rangi
2020-12-23
Remove "Buffer" suffix from two HRAM labels
Rangi
2020-12-23
Rename some labels
Rangi
2020-11-17
Resolve some "???" comments
Rangi
2020-11-08
Rename "dummy game" to "memory game"
Rangi
2020-11-03
Identify some more uses of wBuffer1-6
Rangi
2020-11-03
Identify more uses of wBuffer1-6
Rangi
2020-11-03
More syncing with pokecrystal
Rangi
2020-10-30
UnusedSpriteAnimGFX was to sprite anims as AnimObjGFX is to battle anims
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
Use more assertions to ensure correct code and data
Rangi
2020-10-26
Comment, remove, or revise many unreferenced labels
Rangi
2020-10-22
Identify more sprite graphics and map object labels, and have consistent anon...
Rangi
2020-10-05
Identify more unnamed labels
Rangi
2020-10-04
Identify more unnamed labels
Rangi
2020-10-04
Identify some more unnamed labels
Rangi
2020-08-27
Fix some constants surrounding sprite animations
mid-kid
2020-08-18
Merge pull request #60 from mid-kid/master
Rangi
2020-08-11
Identify some time-related data
Rangi
2020-08-05
Use TRUE for hCGBPalUpdate
mid-kid
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-17
SPRITE_GYM_GUY -> SPRITE_GYM_GUIDE
Rangi
2020-07-17
return → endcallback, reloadandreturn → reloadend
Rangi
2020-07-01
Identify more labels, and use the jumptable macro when possible
Rangi
2020-06-29
Identify more labels and constants
Rangi
2020-06-29
Identify more unnamed labels
Rangi
2020-06-21
Comment more ROM labels as unreferenced
Rangi
2020-06-21
Replace "Unreferenced" labels with "; unreferenced" comments
Rangi
2020-06-19
Rename labels to stop cheating the unnamed.py script.
entrpntr
2020-06-16
ReplaceChrisSprite -> UpdatePlayerSprite
Rangi
2020-06-16
Harmonize engine/{battle, battle_anims, events, games} with pokecrystal
Rangi
2020-06-16
[in progress] Harmonize more constant and data files with pokecrystal
Rangi
2020-06-15
Fix bug comments as indicated in review.
entrpntr
[next]