summaryrefslogtreecommitdiff
path: root/src/engine/bank3.asm
AgeCommit message (Collapse)Author
2016-02-17More previousdannye
2016-02-15Disassembled Battle Submenu functionsanmart
Disassembled a pointer table to each battle submenu and some code mentioned in their functions, documented two wram bytes
2016-02-09Provided labels for various dataanmart
Defined two new labels in wram. Defined names for the oddly arbitrary values representing whose turn it is in battle. Renamed labels for some parts of the dueling main loop and loss function.
2016-01-28Use ldhdannye
2016-01-26wDoFrameFunctionxCrystal
2016-01-26DoFramexCrystal
2016-01-25duel related labels/documentation 3xCrystal
also timer counters and rng sources
2016-01-25duel related labels/documentation 1xCrystal
2016-01-17name some ram addresses and functions, mostly menu input relatedxCrystal
also replace other wram/hram addresses that were hardcoded despite the label already existing
2015-03-14Move source code into "src/". Update Makefile/scan_includes.stag019