index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
overworld
Age
Commit message (
Expand
)
Author
2022-03-14
Build the Virtual Console patches with `make gold_vc` and `make silver_vc` (#74)
vulcandth
2022-03-09
Identify some wMenuJoypad-related button constants
Rangi
2022-01-10
Use time constants more often
Rangi
2021-11-23
Use ~X instead of $ff ^ X
Rangi
2021-06-19
Standardize capitalization of ".Jumptable"
Rangi
2021-06-08
Rename `prioritysjump` to `sdefer`
Rangi
2021-04-20
Use rgbds 0.5.0
Rangi
2021-03-24
Sync some files with pokecrystal
Rangi
2021-03-22
Miscellaneous cleanup
Rangi
2021-03-17
Assert some more table widths
Rangi
2021-03-15
$11 = wTempMonStructEnd - wTempMonLevel
Rangi
2021-03-11
Verify script command table sizes
Rangi
2021-03-08
Merge pull request #69 from Rangi42/tables
Rangi
2021-03-08
Identify scrolling menu lists in WRAM
Rangi
2021-03-05
Verify data table sizes with table_width and assert_table_length macros
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-24
Use STRING_BUFFER_LENGTH for the wStringBuffers
Rangi
2020-11-17
Correct some filename comments
Rangi
2020-11-17
Resolve some "???" comments
Rangi
2020-11-09
Replace $0 with 0 for "ld l, a / ld h, 0" idiom
Rangi
2020-11-03
Identify more uses of wBuffer1-6
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
Identify remaining Mystery Gift labels and constants
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 remaining map object labels
Rangi
2020-10-22
Identify some more map object labels and constants
Rangi
2020-10-22
Identify more sprite graphics and map object labels, and have consistent anon...
Rangi
2020-10-06
Update battle anim bg function comments, and identify more unnamed labels
Rangi
2020-10-06
Identify some unnamed labels
Rangi
2020-10-05
Identify some more unnamed labels
Rangi
2020-10-05
Identify more unnamed labels
Rangi
2020-10-05
Identify some more unnamed labels
Rangi
2020-10-04
Identify some more unnamed labels
Rangi
2020-08-13
Consistent constants for radio data table sizes (could still be better)
Rangi
2020-07-26
Use def_* macros for automatic map event counts
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
" " → $7f
Rangi
2020-07-17
return → endcallback, reloadandreturn → reloadend
Rangi
2020-07-13
Define map setup commands as macros like other script commands
Rangi
2020-07-09
Eliminate enum: use const instead, with case-by-case parallel const implement...
Rangi
2020-06-22
Identify some more labels
Rangi
2020-06-21
Comment more ROM labels as unreferenced
Rangi
2020-06-21
Replace "Unreferenced" labels with "; unreferenced" comments
Rangi
[next]