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 (
Expand
)
Author
2022-01-10
Don't require a boolean trainer flag for `givepoke`
Rangi
2021-11-23
Use compound assignment operators
Rangi
2021-06-08
Rename `prioritysjump` to `sdefer`
Rangi
2021-05-30
Move the dbbw, dbww, and dbwww macros to legacy
Rangi
2021-05-09
Require rgbds 0.5.1
Rangi
2021-04-20
Use rgbds 0.5.0
Rangi
2021-03-22
Fix octave argument assertion
Rangi
2021-03-22
Miscellaneous cleanup
Rangi
2021-03-21
Clean up some macro definitions
Rangi
2021-03-11
Verify script command table sizes
Rangi
2021-03-05
Verify data table sizes with table_width and assert_table_length macros
Rangi
2020-12-23
Rename some labels
Rangi
2020-10-26
Use more assertions to ensure correct code and data
Rangi
2020-08-04
TX_NUM -> TX_DECIMAL
mid-kid
2020-07-26
Use def_* macros for automatic map event counts
Rangi
2020-07-22
Revert "Factor out tables into data/overworld/"
Rangi
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
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 implement...
Rangi
2020-07-06
text_linkpromptbutton -> text_waitbutton
Rangi
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