summaryrefslogtreecommitdiff
path: root/event
AgeCommit message (Collapse)Author
2015-02-10Blindly use wram labels for everything except mobile, part 1.yenatch
Wram banks and mobile make this tough, since any address can secretly be a ghost. As usual, mobile completely disregards 99% of the codebase. It's been ignored in kind.
2014-06-12Consolidate monster structs in wram and sram.yenatch
The PartyMon struct is really the box struct with volatile variables like status added. Some other labels have been reworked. Move structs no longer have explicit labels since their location is arbitrary and usually shared.
2014-06-10Use constants for move struct positioning.yenatch
This eliminates the need for arbitrary move labels like Move2 and Move1 that don't have anything to do with their respective moves.
2013-12-22split out poke seer special into event/poke_seer.asmyenatch
2013-12-04YesNoBoxyenatch
2013-12-01shorten redundant text_jump macrosyenatch
2013-09-18move dratini special into event/dratini.asmyenatch
2013-09-09move name rater asm into event/name_rater.asmyenatch