index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
events
/
specials.asm
Age
Commit message (
Expand
)
Author
2020-12-23
Rename some labels
Rangi
2020-11-08
Rename "dummy game" to "memory game"
Rangi
2020-11-03
More syncing with pokecrystal
Rangi
2020-10-28
Identify more WRAM labels, and start a <X>_DummyFunction label convention
Rangi
2020-10-28
Replace many '; unused' with '; unreferenced'
Rangi
2020-10-26
Comment, remove, or revise many unreferenced labels
Rangi
2020-07-22
Move EngineFlags and SpecialsPointers into data/engine/
Rangi
2020-07-22
Revert "Factor out tables into data/overworld/"
Rangi
2020-07-22
Factor out tables into data/overworld/
Rangi
2020-06-16
Harmonize engine/{battle, battle_anims, events, games} with pokecrystal
Rangi
2020-06-05
Fix file permissions.
entrpntr
2020-05-12
Simple cleanups in constants/data/macros and banks 1-4.
entrpntr
2020-05-04
Finish cleanup of bank 3.
entrpntr
2020-05-04
Clean up specials and swarms.
entrpntr
2020-04-29
Add bank 9 files before trainer card.
entrpntr
2020-04-27
Clean up engine flags.
entrpntr
2020-04-26
More overworld code cleanup.
entrpntr
2020-04-26
Disassemble map scenes and events.
entrpntr
2020-04-20
Finish disassembling battle core.
entrpntr
2020-04-12
Add engine/events/print_[photo|unown] and engine/pokemon/breeding.
entrpntr
2020-04-10
Add engine/events/pokemon_pc.asm and engine/items/mart.asm.
entrpntr
2020-04-10
Add engine/rtc/rtc.asm and engine/overworld/overworld.asm.
entrpntr
2020-03-25
Disassemble load_pics.asm and move_mon_wo_mail.asm in bank $14.
entrpntr
2020-03-22
Clean up makefile, submodules, root dir; Python 3 compatibility.
entrpntr
2020-03-17
Cleanup of files for banks $02 and $03 for main.asm.
entrpntr