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
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
2018-04-05
Use data/items/pocket_names.asm
mid-kid
2018-03-13
Organize the engine/ directory
mid-kid