index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
battle
/
core.asm
Age
Commit message (
Collapse
)
Author
2022-03-14
Build the Virtual Console patches with `make gold_vc` and `make silver_vc` (#74)
vulcandth
2022-01-10
Better comments for enemy health percentage code
Rangi
2022-01-08
Identify why five of six enemy mon base stats are copied
Rangi
2021-06-07
MON_PKRUS -> MON_POKERUS
Rangi
2021-04-27
Use {interpolation} to generate sequences of RAM labels
Rangi
This makes the table_width/assert_table_length usages unnecessary, and also keeps the labels automatically up to date if the length constants change.
2021-03-22
Miscellaneous cleanup
Rangi
2021-03-17
Consistent labels for each nickname in RAM
Rangi
2021-03-15
$11 = wTempMonStructEnd - wTempMonLevel
Rangi
2020-12-23
Remove "Buffer" suffix from two HRAM labels
Rangi
2020-12-23
Rename some labels
Rangi
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer"
2020-12-08
grey -> gray
Rangi
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
Identify some more uses of wBuffer1-6
Rangi
2020-11-03
Identify more uses of wBuffer1-6
Rangi
2020-11-03
More syncing with pokecrystal
Rangi
2020-11-01
Make some labels more consistent
Rangi
2020-10-29
Identify the remaining uses of another WRAM union
Rangi
2020-10-28
Identify more WRAM labels, and start a <X>_DummyFunction label convention
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-22
Identify some more labels (a few link-related)
Rangi
2020-10-06
Update battle anim bg function comments, and identify more unnamed labels
Rangi
2020-10-05
Identify more unnamed labels
Rangi
2020-06-29
Identify more unnamed labels
Rangi
2020-06-21
Replace "Unreferenced" labels with "; unreferenced" comments
Rangi
2020-06-21
Remove RAM address comments
Rangi
2020-06-16
Harmonize engine/{battle, battle_anims, events, games} with pokecrystal
Rangi
2020-05-14
Clean up battle anims, constants, and wram.
entrpntr
2020-05-03
Add Makefile option for verbose sym/map; fix some label names.
entrpntr
2020-04-27
Sync with the recent updates to pokecrystal.
entrpntr
2020-04-22
Finish home cleanup, identify tileset data, other misc cleanups.
entrpntr
2020-04-20
Miscellaneous cleanup before continuing.
entrpntr
2020-04-20
Finish disassembling battle core.
entrpntr
2020-04-19
Start adding engine/battle/core.asm.
entrpntr