summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-24Fix a party menu action comment.yenatch
2014-02-24Trade tilemaps and an unreferenced function.yenatch
2014-02-23Trade graphics in gfx/trade.yenatch
2014-02-23More trade text functions.yenatch
2014-02-23Disassemble a jump table related to trading.yenatch
2014-02-23Misc trainer card graphics.yenatch
2014-02-23Trainer card gym leader and badge graphics.yenatch
2014-02-23Dummy player object and incbinned data.yenatch
2014-02-23Remove an incbin for Data4273yenatch
2014-02-23OTPartyMon1HP instead of PartyMon1HP - PartyMon1 + OtPartyMon1yenatch
2014-02-23Partymon structs for opponent and player parties.yenatch
2014-02-22wContestMon in Bug Catching Contest rankings.yenatch
2014-02-22Use a partymon struct macro in wram.asm.yenatch
2014-02-22Address comments for footprints.yenatch
2014-02-22gfx/misc/town_map.lz is actually paddedyenatch
2014-02-22footprintsyenatch
how did we forget that?
2014-02-22Some item menu headers.yenatch
2014-02-22More Bill's PC functions.yenatch
2014-02-22Finish off Bill's PC menudata.yenatch
2014-02-22Some incbinned data related to Cut.yenatch
2014-02-17Bicycle scripts and text.yenatch
Also an egg string.
2014-02-17Whirlpool and fishing scripts and text.yenatch
2014-02-16More field move scripts and text.yenatch
2014-02-06Merge pull request #231 from yenatch/sfx-criesBryan Bishop
Dump cries and sound effects
2014-02-06Use labels in audio/sfx_pointers.asmyenatch
2014-02-06Use labels in audio/cry_pointers.asmyenatch
2014-02-06Include cries and sound effects in audio.asmyenatch
2014-02-06Empty cry headers (for slots 252-255).yenatch
2014-02-06Dump the sound effectsyenatch
2014-02-06Dump the criesyenatch
2014-02-06Redump music for whitespace formatting changesyenatch
to avoid a bigger diff later
2014-02-06preprocessor: import commands `sound` and `noise`yenatch
2014-02-06Bump pokemontools for fixed audio dumpsyenatch
2014-02-06Merge pull request #230 from yenatch/masterBryan Bishop
the calm before the storm
2014-02-05Move includes into object bases instead of their version wrappers.yenatch
2014-02-05compare.sh: diff -uyenatch
2014-02-05Merge remote-tracking branch 'kanzure/master' into nuke-globalsyenatch
2014-02-05Merge pull request #229 from yenatch/nuke-globalsBryan Bishop
Use globals to implicitly define labels before passing them into BANK().
2014-02-04Merge remote-tracking branch 'kanzure/master' into nuke-globalsyenatch
2014-02-04Use globals to implicitly define labels before passing them into BANK().yenatch
2014-02-04Merge pull request #228 from yenatch/nuke-globalsBryan Bishop
Nuke globals.asm
2014-02-03Move remaining constants into constants/{misc,pokemon_data}_constants.asmyenatch
Now constant groups can be included separately if needed.
2014-02-02Move rst constants into macros.asmyenatch
2014-02-01Merge pull request #227 from yenatch/masterBryan Bishop
Map setup scripts
2014-02-01.gitignore: no more globals.asmyenatch
2014-02-01Clean up variable usage in the makefile.yenatch
2014-02-01Use :: to export labels between objects.yenatch
This fixes the build.
2014-02-01pokedex entry banksyenatch
2014-02-01Get rid of globals.asmyenatch
This breaks the build until labels are exported again!
2014-02-01preprocessor: actually call update_globals()yenatch
This is about to be removed, but it may as well work first.