index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
macros
/
scripts
/
events.asm
Age
Commit message (
Collapse
)
Author
2022-01-10
Don't require a boolean trainer flag for `givepoke`
Rangi
2021-06-08
Rename `prioritysjump` to `sdefer`
Rangi
2021-03-11
Verify script command table sizes
Rangi
2020-12-23
Rename some labels
Rangi
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer"
2020-07-22
Revert "Factor out tables into data/overworld/"
Rangi
This reverts commit 3f392c279248562068a80ceaf2884f62a18f6e17.
2020-07-22
Factor out tables into data/overworld/
Rangi
2020-07-17
return → endcallback, reloadandreturn → reloadend
Rangi
2020-07-09
Eliminate enum: use const instead, with case-by-case parallel const ↵
Rangi
implementations
2020-06-15
Treat std scripts like specials and predefs (ported from pokecrystal)
Rangi
2020-04-26
Disassemble map scenes and events.
entrpntr
2020-03-17
Cleanup macros before continuing.
entrpntr
2018-10-03
Add map objects from bank 60.
IIMarckus
2018-09-25
Add map objects from bank 56.
IIMarckus
2018-09-21
Add map objects from bank 47.
IIMarckus
2018-09-20
Add map scripts from bank 45.
IIMarckus
2018-09-16
Add all map objects from bank 44.
IIMarckus
2018-09-16
Fix a changed constant in a comment.
IIMarckus
2018-09-16
Add all map objects from bank 57.
IIMarckus
2018-08-20
Add all map objects from bank 42.
IIMarckus
2018-08-16
Sync many constant/macro files with pokecrystal.
IIMarckus