index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
overworld
Age
Commit message (
Expand
)
Author
2022-03-12
Build the Virtual Console patch with `make crystal11_vc` (#882)
vulcandth
2022-03-09
Identify some wMenuJoypad-related button constants
Rangi
2022-01-10
Use time constants more often (#867)
Idain
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-19
Use rgbds 0.5.0
Rangi
2021-03-24
Sync some files with pokegold
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
Sync some files with pokegold
Rangi
2021-03-11
Verify script command table sizes
Rangi
2021-03-10
Define MAPGROUP_* constants and verify MapGroup_* table sizes
Rangi
2021-03-08
Merge pull request #806 from Rangi42/tables
Rangi
2021-03-08
Identify scrolling menu lists in WRAM
Rangi
2021-03-04
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
Updates to more closely sync with pokegold
Rangi
2020-10-29
Identify the remaining (non-mobile) 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-18
Merge pull request #756 from mid-kid/master
Rangi
2020-08-13
Consistent constants for radio data table sizes (could still be better)
Rangi
2020-08-05
Use TRUE for hCGBPalUpdate
mid-kid
2020-07-24
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
[next]