summaryrefslogtreecommitdiff
path: root/main.asm
AgeCommit message (Collapse)Author
2015-02-11Use PartyMon labels in GetPartyParamLocation arguments.yenatch
2015-02-10Add placeholder constants for ObjectStructs offsets.yenatch
Note that OBJECT_LENGTH is not associated with ObjectStructs (it's isntead used as the length of a MapObjects struct).
2015-02-10Split 40k lines of mobile noise out of main.asm.yenatch
2015-02-10Fix a bunch of palette copying errors and wram bank conflicts.yenatch
There are probably a bunch more labels with wrong banks. This takes care of the most noticeable ones.
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.
2015-02-07Fix up remaining coords.yenatch
2015-02-07More hlcoord macros for recently dumped code.yenatch
2015-02-06Rip the Stadium 2 footer.yenatch
2015-02-06There were actually 3 mobile chunks!yenatch
In retrospect these aren't saves at all--the mobile adapter does something funky with sram bank 6.
2015-02-06Intro palettes.yenatch
2015-02-06Dump known tilemaps and attribute maps.yenatch
2015-02-06More graphics and straggling static refs.yenatch
2015-02-06The last chunk of code?yenatch
2015-02-06Dump some more incbinned graphics, mostly 1bpp.yenatch
- Some mail graphics were dumped as 2bpp but are really 1bpp - Some fonts weren't caught by the last dump
2015-02-06A couple of the dumped graphics files were actually tilemaps.yenatch
2015-02-06Dump a bunch of incbinned graphics.yenatch
2015-02-06Use Pokemon constants in the kana order table.yenatch
2015-02-06Fix static predefs generated by the disassembler.yenatch
2015-02-06No static refs in bank 42.yenatch
2015-02-06No more static refs in bank 45.yenatch
2015-02-06Odds and ends in bank 45 (and more ascii incbins).yenatch
2015-02-05Get rid of more static refs in banks 47, 5c, 5f.yenatch
2015-02-05A bunch of bank 5c incbins.yenatch
2015-02-05No more static refs in bank 5b.yenatch
2015-02-05Tear up bank 47.yenatch
2015-02-04Mobile main menu jumptables.yenatch
No more unreferenced incbins in bank 46.
2015-02-04More mobile incbins and start incbinning .txt for ascii.yenatch
2015-02-04Mobile phrases and tons of related data.yenatch
2015-02-02No more unreferenced incbins in bank 41.yenatch
2015-02-02No more unreferenced incbins in bank 40.yenatch
2015-02-02Mobile trade incbins and coordinate macros.yenatch
2015-01-27Add a "mobile" directive for dummied-out mobile adapter functions.yenatch
2015-01-20Stop using the preprocessor.yenatch
2015-01-19wowyenatch
2015-01-19hVBlankyenatch
2015-01-01Some mobile pseudoconstant.yenatch
2015-01-01Glossed over a couple predefs.yenatch
2015-01-01Tripped over a mobile jumptable.yenatch
2015-01-01More labels in code and some mobile datatracking.yenatch
2014-12-29Rename some graphics to avoid collisions later.yenatch
chris.5x7.2bpp and chris.7x7.2bpp would probably both end up as chris.png.
2014-12-29Fix more static banks (trainers, mobile graphics).yenatch
2014-12-29Use "- $ff00" instead of "& $ff" when dealing with hram.yenatch
2014-12-28Replace pointless $FF00+$xx with $ffxx.yenatch
2014-12-28More mobile subfunctions.yenatch
2014-12-28Mystery Gift graphics labels.yenatch
2014-12-26Fix static banks for save text and bedroom poster scripts.yenatch
2014-12-26Pick off references in misc/crystal_misc.asm.yenatch
2014-12-26Reference name input character sets.yenatch
2014-12-26More unknown mobile code and MIN_LEVEL.yenatch
2014-12-11Merge remote-tracking branch 'kanzure/master'yenatch