index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
battle
/
move_effects
Age
Commit message (
Collapse
)
Author
2021-06-20
Fixing comments in BattleCommand_Teleport
Rangi
2021-03-17
Consistent labels for each nickname in RAM
Rangi
2021-03-05
Verify data table sizes with table_width and assert_table_length macros
Rangi
It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants.
2020-12-23
Rename some labels
Rangi
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer"
2020-11-17
Resolve some "???" comments
Rangi
2020-11-03
Identify remaining uses of wBuffer1-6 as general-purpose HP buffers
Rangi
2020-11-03
More syncing with pokecrystal
Rangi
2020-10-29
Updates to more closely sync with pokecrystal
Rangi
2020-10-29
Identify the remaining uses of another WRAM union
Rangi
2020-10-26
Comment, remove, or revise many unreferenced labels
Rangi
2020-10-04
Identify some more unnamed labels
Rangi
2020-08-29
Remove wKickCounter and wPresentPower aliases for wBattleAnimParam
Rangi
2020-06-15
Port miscellaneous recent updates from pokecrystal
Rangi
2020-05-03
Add Makefile option for verbose sym/map; fix some label names.
entrpntr
2020-04-19
Finish disassembling effect commands.
entrpntr
2020-04-19
Continue with effect commands (about 50% complete).
entrpntr
2020-04-19
Start adding engine/battle/effect_commands.asm.
entrpntr