summaryrefslogtreecommitdiff
path: root/main.asm
AgeCommit message (Collapse)Author
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-23Partymon structs for opponent and player parties.yenatch
2014-02-22wContestMon in Bug Catching Contest rankings.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-04Use globals to implicitly define labels before passing them into BANK().yenatch
2014-02-01Use :: to export labels between objects.yenatch
This fixes the build.
2014-02-01pokedex entry banksyenatch
2014-02-01Merge remote-tracking branch 'kanzure/master'yenatch
2014-02-01MBC3 constants in some RTC-related functionsyenatch
2014-02-01Assorted text and labels in banks 5 and Ayenatch
2014-01-29fixed bank 39 pointers, options menu commentaryU-Myles-PC\Myles
2014-01-26Map setup scripts and commandsyenatch
2014-01-05even more battle labelsyenatch
2014-01-01comment and relabel more battle functionsyenatch
2013-12-31rename Function0x{} labels to Function{} for consistencyyenatch
2013-12-30label more pointers to Movesyenatch
2013-12-30move the Moves label into battle/moves/moves.asmyenatch
2013-12-27more npc trade cleanupyenatch
2013-12-27label overworld loop functionsyenatch
2013-12-27npc trade text/commentsyenatch
2013-12-26split out tileset animationsyenatch
2013-12-26null pointers in tileset animationsyenatch
2013-12-25label and move related asm into items/item_effects.asmyenatch
oops
2013-12-24fix a mislabeled function in bank 3yenatch
2013-12-24evolution prerequisites and no more incbins in item effectsyenatch
2013-12-24item effect incbinsyenatch
2013-12-23Merge remote-tracking branch 'kanzure/master' into more-objectsyenatch
Conflicts: main.asm
2013-12-23more object struct constantsyenatch
2013-12-22overworld object struct constantsyenatch
2013-12-22no more Public in joypad interface labelsyenatch
2013-12-22split out poke seer special into event/poke_seer.asmyenatch
2013-12-22poke seer specialyenatch
2013-12-22split gbc-only screen into misc/gbc_only.asmyenatch
2013-12-22gbc-only screenyenatch