index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
overworld
/
scripting.asm
Age
Commit message (
Expand
)
Author
2022-03-14
Build the Virtual Console patches with `make gold_vc` and `make silver_vc` (#74)
vulcandth
2021-11-23
Use ~X instead of $ff ^ X
Rangi
2021-06-08
Rename `prioritysjump` to `sdefer`
Rangi
2021-03-15
$11 = wTempMonStructEnd - wTempMonLevel
Rangi
2021-03-11
Verify script command table sizes
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-09
Replace $0 with 0 for "ld l, a / ld h, 0" idiom
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-26
Comment, remove, or revise many unreferenced labels
Rangi
2020-10-22
Identify remaining map object labels
Rangi
2020-07-22
Revert "Factor out tables into data/overworld/"
Rangi
2020-07-22
Factor out tables into data/overworld/
Rangi
2020-07-21
" " → $7f
Rangi
2020-07-17
return → endcallback, reloadandreturn → reloadend
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-17
Harmonize engine/overworld with pokecrystal
Rangi
2020-06-17
Harmonize engine/{movie, pokemon} with pokecrystal
Rangi
2020-05-28
Fill in sprite animation index constants, other minor cleanups.
entrpntr
2020-04-27
Sync with the recent updates to pokecrystal.
entrpntr
2020-04-26
Disassemble map scenes and events.
entrpntr