Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-14 | Rough intro comments and palettes. | yenatch | |
2014-04-13 | Incbins and jumptables in bank 38 (slots, cards, PC). | yenatch | |
2014-04-13 | Merge pull request #245 from yenatch/master | Bryan Bishop | |
Picking off small incbins and static labels. | |||
2014-04-13 | Item usage strings and misc labels. | yenatch | |
2014-04-13 | Include palette 0 in PokemonPalettes. | yenatch | |
Now PokemonPalettes is referenced. | |||
2014-04-13 | Assorted labels, incbins, text, graphics, etc. | yenatch | |
2014-04-12 | Replace static bank 0 calls in the event scripting engine. | yenatch | |
2014-04-12 | Boxes, trading, assorted incbins. | yenatch | |
2014-04-10 | Merge pull request #244 from yenatch/drumkit | Bryan Bishop | |
Magnet Train and drumkits. | |||
2014-04-10 | Anonymous jumptables and sfx in bank 23. | yenatch | |
2014-04-10 | Magnet Train data. | yenatch | |
2014-04-10 | Field effect data and sound effects. | yenatch | |
2014-04-10 | Better labels for drumkits. | yenatch | |
Also use noise commands for instruments. | |||
2014-04-10 | Merge pull request #243 from yenatch/master | Bryan Bishop | |
Fix bank 1. Found a scrapped title screen. | |||
2014-04-10 | Unused 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-09 | Fix 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-02 | Merge pull request #242 from yenatch/master | Bryan Bishop | |
Redone graphics handling and renamed pics. | |||
2014-04-02 | Rename trainer pics to use names instead of ids. | yenatch | |
2014-04-02 | Image extensions for trainers. | yenatch | |
2014-04-02 | Image extensions in battle animation graphics. | yenatch | |
2014-04-02 | Image extensions in gfx/tilesets. | yenatch | |
2014-04-02 | Image extensions in gfx/{intro,title}. | yenatch | |
2014-04-02 | Fix image extensions in gfx/{credits,misc}. | yenatch | |
2014-04-01 | A couple more EvosAttacks references. | yenatch | |
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 | |