index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
macros
/
scripts
Age
Commit message (
Expand
)
Author
2020-07-13
Define map setup commands as macros like other script commands
Rangi
2020-07-10
Use const_skip and const_next macros for brevity
Rangi
2020-07-08
Eliminate enum: use const instead, with case-by-case parallel const implement...
Rangi
2020-07-06
text_linkpromptbutton -> text_waitbutton
Rangi
2020-06-10
Resolve #723: treat std scripts like specials and predefs
Rangi
2020-06-07
wPhoneList, like wItems et al, has a terminating 0 (see PokegearPhone_DeleteP...
Rangi
2020-03-21
rgbds supports 'X - 1' instead of 'X + -1'
Rangi
2020-03-21
Miscellaneous fixes from #694
Rangi
2020-01-06
Merge branch 'master' into audio-macros
dannye
2020-01-05
Update docs/music_commands.md
dannye
2019-11-03
Rename buttonsound to promptbutton
Rangi
2019-09-08
stereo_panning: force any non-zero arg to 1
dannye
2019-09-04
Add legacy audio macros
dannye
2019-09-03
Use TRUE/FALSE constants for stereo_panning
dannye
2019-09-03
Rename dnote to drum_note and dspeed to drum_speed
dannye
2019-09-02
Update audio macros and arguments
dannye
2019-05-25
Get rid of _CRYSTAL
mid-kid
2019-04-21
"object_const_def" instead of "const_def 2"
Rangi
2019-04-19
Identify some more WRAM labels
Rangi
2019-04-09
TextBox -> Textbox
mid-kid
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-03-03
Define constants for map event sizes
Rangi
2019-02-17
Don't use legacy macros
Rangi
2019-02-16
dba exists, use it
Rangi
2019-02-16
passtoengine -> autoinput
Rangi
2019-02-16
Document wBattleAnimFlags
mid-kid
2019-02-15
dorepeat -> dowait for oam animations
mid-kid
2018-12-09
Format music macros like movement macros
Rangi
2018-12-09
Merge pull request #578 from mid-kid/master
Rangi
2018-11-25
Rename "feet and head follow" commands
mid-kid
2018-11-21
Define first_music_cmd
mid-kid
2018-11-20
Cosmetic fixes
mid-kid
2018-11-18
Resolve issue #575: Rename text commands
Rangi
2018-11-11
Merge pull request #573 from mid-kid/master
Rangi
2018-11-11
Clarify LEGACY support
mid-kid
2018-11-05
text_jump → text_far
mid-kid
2018-10-11
Stop using __enum__ + 3
mid-kid
2018-08-17
CheckDestinyBond -> CheckFaint
mid-kid
2018-07-28
anim_ret_command is an index in a table after all
mid-kid
2018-07-18
Clean up TX_ commands
mid-kid
2018-07-18
Fix anim_ret_command
mid-kid
2018-06-24
Fix triple newlines left over from removing address comments
Rangi
2018-05-05
fix-various-little-things
mid-kid
2018-04-04
Rename some battle commands
mid-kid
2018-04-04
Label BattleCommand_BeatUpFailText
mid-kid
2018-04-04
Label bidefailtext
mid-kid
2018-02-25
Default macro parameters use recursion; avoids repeating internal structure
Rangi
2018-02-25
* loadmenuheader -> loadmenu (ead103d)
Rangi
2018-02-03
map → map_id; map_def → map; map_data → map_attributes
Rangi
[next]