summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-14Rough intro comments and palettes.yenatch
2014-04-13Incbins and jumptables in bank 38 (slots, cards, PC).yenatch
2014-04-13Merge pull request #245 from yenatch/masterBryan Bishop
Picking off small incbins and static labels.
2014-04-13Item usage strings and misc labels.yenatch
2014-04-13Include palette 0 in PokemonPalettes.yenatch
Now PokemonPalettes is referenced.
2014-04-13Assorted labels, incbins, text, graphics, etc.yenatch
2014-04-12Replace static bank 0 calls in the event scripting engine.yenatch
2014-04-12Boxes, trading, assorted incbins.yenatch
2014-04-10Merge pull request #244 from yenatch/drumkitBryan Bishop
Magnet Train and drumkits.
2014-04-10Anonymous jumptables and sfx in bank 23.yenatch
2014-04-10Magnet Train data.yenatch
2014-04-10Field effect data and sound effects.yenatch
2014-04-10Better labels for drumkits.yenatch
Also use noise commands for instruments.
2014-04-10Merge pull request #243 from yenatch/masterBryan Bishop
Fix bank 1. Found a scrapped title screen.
2014-04-10Unused title screen code, graphics, tilemaps, palettes.yenatch
At 43:4000 (UnusedTitleScreen) is a semi-functional title screen. It's never used, and appears in the Japanese version at the same offset. Notably, a portion of the logo is cut out and used as OAM. The final title screen instead uses BG priority to avoid this.
2014-04-09Fix a title screen label that accidentally made its way into bank 1.yenatch
Somehow, a title screen (bank 0x43) function had its label put in bank 1. This caused changes to either bank to break the compiled rom. fixes 61a3d145
2014-04-02Merge pull request #242 from yenatch/masterBryan Bishop
Redone graphics handling and renamed pics.
2014-04-02Rename trainer pics to use names instead of ids.yenatch
2014-04-02Image extensions for trainers.yenatch
2014-04-02Image extensions in battle animation graphics.yenatch
2014-04-02Image extensions in gfx/tilesets.yenatch
2014-04-02Image extensions in gfx/{intro,title}.yenatch
2014-04-02Fix image extensions in gfx/{credits,misc}.yenatch
2014-04-01A couple more EvosAttacks references.yenatch
2014-04-01Move monster pics from numbered directories to named ones.yenatch
2014-04-01Monster pic dimensions in filenames.yenatch
While we're here, add the .2bpp root extension too.
2014-03-31Simple graphics handling in the makefile.yenatch
Two-way conversion invokes circular dependency warnings, and is outside the scope of the build. Now it's one-way.
2014-03-31Bump pokemontools for gfx handling.yenatch
2014-03-08Merge pull request #241 from yenatch/cygwinBryan Bishop
Bring back Cygwin instructions and get rid of init.sh
2014-03-08Clean up the readme again.yenatch
2014-03-08Return of Cygwin (also drop init.sh)yenatch
Git requires packages `libsasl2` and `ca-certificates` to work with submodules and https respectively. Cygwin doesn't install these when installing git. This seems to be the cause of most issues for Cygwin users.
2014-03-08Merge pull request #240 from yenatch/textBryan Bishop
text macros
2014-03-07Use the "page" text macro in Pokedex entries.yenatch
2014-03-07Merge pull request #239 from yenatch/incbinsBryan Bishop
Growth rates and misc incbin labels.
2014-03-06Text macros in move and item descriptions.yenatch
2014-03-06Text macros in Pokedex entries.yenatch
2014-03-06Text macros in text/.yenatch
2014-03-06Text macros in maps/.yenatch
Looks fine at a glance.
2014-03-06Text macros in main.asm.yenatch
So far so good.
2014-03-05Text macros.yenatch
UnknownText_0x1aa0dc: ; 0x1aa0dc db $0, "Nihihi! This GYM", $4f db "is great! Only", $51 db "girls are allowed", $4f db "here!", $57 ; 0x1aa115 is now UnknownText_0x1aa0dc: ; 0x1aa0dc text "Nihihi! This GYM" line "is great! Only" para "girls are allowed" line "here!" done ; 0x1aa115
2014-03-05Growth rate data.yenatch
2014-03-05Items and dolls bought by Mom.yenatch
2014-03-05Magnemite and Magneton handling in the Time Machine.yenatch
2014-03-05Label more graphics in bank 3e.yenatch
2014-03-04Use struct macros for audio channels in wram.yenatch
2014-03-04Merge pull request #238 from yenatch/incbinsBryan Bishop
Pokedex and some mobile link location names.
2014-03-04Label a stats screen jumptable.yenatch
2014-03-04Strings in bank 12.yenatch
This was a mistake.
2014-03-04Some animation and sprite data in bank 11.yenatch
2014-03-04Minor cleanup at the end of bank 10.yenatch