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
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