index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
overworld
/
scripting.asm
Age
Commit message (
Expand
)
Author
2022-03-12
Build the Virtual Console patch with `make crystal11_vc` (#882)
vulcandth
2021-11-23
Use ~X instead of $ff ^ X
Rangi
2021-06-08
Rename `prioritysjump` to `sdefer`
Rangi
2021-03-24
Sync some files with pokegold
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 (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-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-08
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 pokegold
Rangi
2020-06-17
Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenS...
Rangi
2020-06-16
Harmonize some more symbols with pokegold
Rangi
2020-06-14
make DEBUG=1 logs all symbols in the .map and .sym files
Rangi
2020-02-13
Standardize on lowercase Tilemap and Attrmap
mid-kid
2019-11-03
Bit 6 of PrintNum left-aligns numbers
Rangi
2019-11-03
Suggested formatting changes
Rangi
2019-11-03
Rename buttonsound to promptbutton
Rangi
2019-10-20
#641 fixes and additions. (#646)
mid-kid
2019-05-25
Get rid of _CRYSTAL
mid-kid
2019-04-19
Identify some more WRAM labels
Rangi
2019-04-09
TextBox -> Textbox
mid-kid
2019-04-08
Identify and eliminate wEngineBuffer1-5
Rangi
2019-03-10
Rename some call/jump script commands to avoid confusion with jr/jp asm instr...
Rangi
2019-03-10
Rename more script commands for consistency and predictability
Rangi
2019-02-16
passtoengine -> autoinput
Rangi
2019-01-24
Use and define more WRAM constants
Rangi
2019-01-24
Use more constants
Rangi
2019-01-07
Document bugfix: ScriptCall can overflow wScriptStack and crash
Rangi
2018-11-18
Resolve issue #575: Rename text commands
Rangi
2018-11-05
text_jump → text_far
mid-kid
2018-08-25
Use labels instead of constants for HRAM
Rangi
2018-07-29
Add meaningful aliases for wd265
Rangi
2018-06-24
Fix triple newlines left over from removing address comments
Rangi
2018-05-23
Use known sprite movement data flag constants
Rangi
2018-05-06
Fix rest of the givepokeitem/checkpokeitem references
mid-kid
2018-04-09
Merge pull request #503 from Rangi42/master
yenatch
2018-04-05
Use constants for bit/set/res more
Rangi
[next]