index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
battle_anims
/
anim_commands.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-11-23
Use ~X instead of $ff ^ X
Rangi
2021-03-11
Verify script command table sizes
Rangi
2020-11-09
Replace $0 with 0 for "ld l, a / ld h, 0" idiom
Rangi
2020-11-09
Identify wBattleAnimTemp0-3
Rangi
2020-10-26
Use more assertions to ensure correct code and data
Rangi
2020-10-26
Comment, remove, or revise many unreferenced labels
Rangi
2020-10-06
Identify battle bg effects functions and constants
Rangi
2020-10-05
Identify more unnamed labels
Rangi
2020-08-27
Fix some constants surrounding sprite animations
mid-kid
2020-08-05
Use TRUE for hCGBPalUpdate
mid-kid
2020-07-09
Eliminate enum: use const instead, with case-by-case parallel const implement...
Rangi
2020-06-21
Replace "Unreferenced" labels with "; unreferenced" comments
Rangi
2020-06-16
Harmonize engine/{battle, battle_anims, events, games} with pokecrystal
Rangi
2020-06-05
Fix file permissions.
entrpntr
2020-06-05
Add a couple comments.
entrpntr
2020-06-05
Add engine/battle_anims/anim_commands.asm
libjet