index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
macros.asm
Age
Commit message (
Expand
)
Author
2022-03-14
Build the Virtual Console patches with `make gold_vc` and `make silver_vc` (#74)
vulcandth
2021-03-05
Verify data table sizes with table_width and assert_table_length macros
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-13
Define map setup commands as macros like other script commands
Rangi
2020-07-09
Eliminate enum: use const instead, with case-by-case parallel const implement...
Rangi
2020-06-15
Include legacy macros
Rangi
2020-06-10
rip baserom
entrpntr
2020-06-01
Update data/sprite_anims/framesets.asm
libjet
2020-05-15
Remove remaining legacy macros from current code.
entrpntr
2020-05-12
Simple cleanups in constants/data/macros and banks 1-4.
entrpntr
2020-04-27
Sync with the recent updates to pokecrystal.
entrpntr
2020-04-27
Clean up engine flags.
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-22
Clean up makefile, submodules, root dir; Python 3 compatibility.
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-16
Incorporate the rest of the audio engine.
IIMarckus
2019-08-15
Fix cries, and integrate them into the build.
IIMarckus
2018-08-16
Sync many constant/macro files with pokecrystal.
IIMarckus
2017-08-24
Upgrade repo for compatibility with current rgbds (breaks pre-0.3.3 compatibi...
PikalaxALT
2016-06-21
Implement macros for engine flags
pikalaxalt
2016-06-17
home/movement.asm
pikalaxalt
2016-06-16
More HOME
pikalaxalt
2016-06-16
More WRAM label backports
pikalaxalt
2016-06-16
Serial Interrupt
pikalaxalt
2016-06-16
Upgrade makefile syntax to match pokecrystal
pikalaxalt
2016-06-16
Start from scratch; add silver
pikalaxalt
2016-01-29
Import stuff from pokecrystal; diff gold and silver
PikalaxALT