index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
events
/
std_scripts.asm
Age
Commit message (
Expand
)
Author
2020-06-21
Comment more ROM labels as unreferenced
Rangi
2020-06-10
Resolve #723: treat std scripts like specials and predefs
Rangi
2020-03-21
Add suffixes to some constants to avoid ambiguity
Rangi
2019-11-03
Rename buttonsound to promptbutton
Rangi
2019-10-20
#641 fixes and additions. (#646)
mid-kid
2019-09-23
Clarify naming of SFX_GET_EGG_* pointers
Ryan Tandy
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
2018-06-24
Fix triple newlines left over from removing address comments
Rangi
2018-06-25
Remove even more address comments
mid-kid
2018-06-24
Remove all address comments
mid-kid
2018-05-05
fix-various-little-things
mid-kid
2018-02-25
* loadmenuheader -> loadmenu (ead103d)
Rangi
2018-02-02
spriteface → objectface, consistent with the other script commands
Rangi
2018-02-02
Remove checkmorn/checkday/checknite macros
Rangi
2018-02-02
Script commands don't have underscores
Rangi
2018-02-01
SCENE_DEFAULT=0 and SCENE_FINISHED=1 (generic constants for a common scene pa...
Rangi
2018-02-01
Meaningful scene constant names
Rangi
2018-01-31
Add scene ID constants (TODO: meaningful names)
Rangi
2018-01-24
Remove Special_ prefix from special routines (close #478)
Rangi
2018-01-24
Rename some routines to avoid conflicts when removing "Special_" prefixes
Rangi
2018-01-24
EVENT_TEMPORARY_UNTIL_MAP_RELOAD_[1-8] (close issue #481)
Rangi
2018-01-23
MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #...
Rangi
2018-01-22
KrissHouse → PlayersHouse
Rangi
2018-01-22
wStatusFlags/2 bit constants
Rangi
2018-01-14
Merge branch 'master' of https://github.com/mid-kid/pokecrystal (resolve PR #...
Remy Oukaour
2018-01-14
Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...
Remy Oukaour
2018-01-14
Use constants for menu flags
mid-kid
2018-01-13
menu_coords macro for (x1, y1, x2, y2) order (see issue #440)
Remy Oukaour
2018-01-12
Use more constants in scripts
Remy Oukaour
2018-01-11
More constants and data tables
Remy Oukaour
2018-01-02
No more mobile EQUS ret (replace with Stubbed_ + ret)
xCrystal
2018-01-02
Finish consistent Special function names
xCrystal
2018-01-02
Consolidate Special function names
xCrystal
2017-12-27
Move events/ to engine/events/
Remy Oukaour