index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
macros
/
scripts
Age
Commit message (
Collapse
)
Author
2020-07-26
Use def_* macros for automatic map event counts
Rangi
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-22
Treat map setup commands like trade script commands
Rangi
2020-07-17
Port pokered's more local system for trade animation scripts
Rangi
Also factor out trade tilemaps
2020-07-17
return → endcallback, reloadandreturn → reloadend
Rangi
2020-07-13
Define map setup commands as macros like other script commands
Rangi
2020-07-09
Use const_skip and const_next macros for brevity
Rangi
2020-07-09
Eliminate enum: use const instead, with case-by-case parallel const ↵
Rangi
implementations
2020-07-06
text_linkpromptbutton -> text_waitbutton
Rangi
Removes support for text_waitbutton as a legacy alias for text_promptbutton.
2020-06-15
Treat std scripts like specials and predefs (ported from pokecrystal)
Rangi
2020-06-15
Port miscellaneous recent updates from pokecrystal
Rangi
2020-06-05
Fix file permissions.
entrpntr
2020-06-01
Update data/sprite_anims/framesets.asm
libjet
2020-05-14
Clean up battle anims, constants, and wram.
entrpntr
2020-05-12
Simple cleanups in constants/data/macros and banks 1-4.
entrpntr
2020-04-30
Add engine/link/link.asm and engine/link/mystery_gift.asm
entrpntr
2020-04-27
Sync with the recent updates to pokecrystal.
entrpntr
2020-04-26
Clean up some overworld code.
entrpntr
2020-04-26
Disassemble map scenes and events.
entrpntr
2020-04-22
Finish home cleanup, identify tileset data, other misc cleanups.
entrpntr
2020-04-07
Add data/moves/effects.asm.
entrpntr
2020-03-17
Cleanup macros before continuing.
entrpntr
2020-02-08
Remove Crystal exlusives
libjet
2019-12-11
Updated macros/scripts/text.asm and cleaned up macros.asm
libjet
2019-08-15
Fix cries, and integrate them into the build.
IIMarckus
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