Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-01 | Move monster pics from numbered directories to named ones. | yenatch | |
2014-04-01 | Monster pic dimensions in filenames. | yenatch | |
While we're here, add the .2bpp root extension too. | |||
2014-03-31 | Simple 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-31 | Bump pokemontools for gfx handling. | yenatch | |
2014-03-08 | Merge pull request #241 from yenatch/cygwin | Bryan Bishop | |
Bring back Cygwin instructions and get rid of init.sh | |||
2014-03-08 | Clean up the readme again. | yenatch | |
2014-03-08 | Return 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-08 | Merge pull request #240 from yenatch/text | Bryan Bishop | |
text macros | |||
2014-03-07 | Use the "page" text macro in Pokedex entries. | yenatch | |
2014-03-07 | Merge pull request #239 from yenatch/incbins | Bryan Bishop | |
Growth rates and misc incbin labels. | |||
2014-03-06 | Text macros in move and item descriptions. | yenatch | |
2014-03-06 | Text macros in Pokedex entries. | yenatch | |
2014-03-06 | Text macros in text/. | yenatch | |
2014-03-06 | Text macros in maps/. | yenatch | |
Looks fine at a glance. | |||
2014-03-06 | Text macros in main.asm. | yenatch | |
So far so good. | |||
2014-03-05 | Text 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-05 | Growth rate data. | yenatch | |
2014-03-05 | Items and dolls bought by Mom. | yenatch | |
2014-03-05 | Magnemite and Magneton handling in the Time Machine. | yenatch | |
2014-03-05 | Label more graphics in bank 3e. | yenatch | |
2014-03-04 | Use struct macros for audio channels in wram. | yenatch | |
2014-03-04 | Merge pull request #238 from yenatch/incbins | Bryan Bishop | |
Pokedex and some mobile link location names. | |||
2014-03-04 | Label a stats screen jumptable. | yenatch | |
2014-03-04 | Strings in bank 12. | yenatch | |
This was a mistake. | |||
2014-03-04 | Some animation and sprite data in bank 11. | yenatch | |
2014-03-04 | Minor cleanup at the end of bank 10. | yenatch | |
2014-03-04 | Pokedex code and strings. | yenatch | |
2014-03-04 | Clock text and bank 8 code. | yenatch | |
2014-03-04 | Compressed title screen graphics are padded too. | yenatch | |
2014-03-03 | Merge pull request #237 from yenatch/incbins | Bryan Bishop | |
Map triggers and egg hatching. | |||
2014-03-03 | Label map trigger functions in home.asm. | yenatch | |
2014-03-03 | Wram labels for map triggers. | yenatch | |
2014-03-03 | Merge remote-tracking branch 'kanzure/master' into incbins | yenatch | |
2014-03-03 | Egg hatching and more daycare text. | yenatch | |
2014-03-03 | Export egg move labels. | yenatch | |
2014-03-03 | Map triggers and label some addresses in bank 0. | yenatch | |
2014-03-03 | Merge pull request #236 from im420blaziken/pc_dev | Bryan Bishop | |
Bills PC Deposit and Withdraw jumptable & function | |||
2014-03-03 | Bills PC Deposit and Withdraw jumptable & function | tkatzenbaer | |
2014-03-03 | dbbw macro | yenatch | |
2014-03-03 | Get rid of static rom addresses in home/text.asm. | yenatch | |
2014-03-02 | Merge pull request #235 from yenatch/incbins | Bryan Bishop | |
PC menus, Red Pokemon constants, Unown words | |||
2014-03-03 | Unown words and Magikarp measurement graphics | yenatch | |
2014-03-02 | Red/Blue Pokemon constant order. | yenatch | |
2014-03-02 | Mom (DST, money) and daycare text. | yenatch | |
2014-03-02 | Money is capped at ¥999999. | yenatch | |
Coins are capped at 9999. | |||
2014-03-02 | PC/shop text and menu data. | yenatch | |
2014-03-02 | Merge pull request #234 from yenatch/incbins | Bryan Bishop | |
SGB/CGB data, contest entrants, emotes, pack gfx | |||
2014-03-02 | Finish off SGB and CGB code and data. | yenatch | |
That should be it for bank 2. | |||
2014-03-02 | More SGB and CGB palettes. | yenatch | |
2014-03-01 | Lots of SGB incbins in bank 2. | yenatch | |
Palette/block packets, border tilemap, more palettes etc. |