summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-03-04Pokedex code and strings.yenatch
2014-03-04Clock text and bank 8 code.yenatch
2014-03-04Compressed title screen graphics are padded too.yenatch
2014-03-03Merge pull request #237 from yenatch/incbinsBryan Bishop
Map triggers and egg hatching.
2014-03-03Label map trigger functions in home.asm.yenatch
2014-03-03Wram labels for map triggers.yenatch
2014-03-03Merge remote-tracking branch 'kanzure/master' into incbinsyenatch
2014-03-03Egg hatching and more daycare text.yenatch
2014-03-03Export egg move labels.yenatch
2014-03-03Map triggers and label some addresses in bank 0.yenatch
2014-03-03Merge pull request #236 from im420blaziken/pc_devBryan Bishop
Bills PC Deposit and Withdraw jumptable & function
2014-03-03Bills PC Deposit and Withdraw jumptable & functiontkatzenbaer
2014-03-03dbbw macroyenatch
2014-03-03Get rid of static rom addresses in home/text.asm.yenatch
2014-03-02Merge pull request #235 from yenatch/incbinsBryan Bishop
PC menus, Red Pokemon constants, Unown words
2014-03-03Unown words and Magikarp measurement graphicsyenatch