Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-06 | Comment PrintNum. | yenatch | |
2014-06-04 | Merge pull request #254 from yenatch/master | yenatch | |
Better compression, macro cleanup, use MAX_LEVEL everywhere. - move stats -> data (like pokered). - remove FuncCoord and use {hl,bc,de}coord for all tilemap loads. - use MAX_LEVEL where needed. - update pokemontools for better compression, and recomment related code. - growth rate constants | |||
2014-06-04 | Bump pokemontools for better compression. | yenatch | |
A goal is to be able to reproduce the original lz data in the repository. In the meantime, make it smaller than before. | |||
2014-06-04 | Experience growth rate constants. | yenatch | |
2014-06-04 | Clean up the growth_rate macro. | yenatch | |
2014-06-04 | Remove the FuncCoord macro. | yenatch | |
Variables can't use labels, so a macro that doesn't use variables is better suited. | |||
2014-06-04 | Use {hl,de,bc}coord macros wherever possible. | yenatch | |
2014-06-04 | Add a dereferenced stats screen function. | yenatch | |
This was probably used in the stats screen in JP versions. It fell out of use when the stats screen layout was redon in localization. | |||
2014-06-03 | Truncate MAX_LEVEL + 1 if it exceeds 8 bits. | yenatch | |
If MAX_LEVEL was set to 255, the value could not fit into a byte. | |||
2014-06-03 | Recomment lz deecompression. | yenatch | |
2014-06-03 | More MAX_LEVEL use. | yenatch | |
2014-05-31 | Rename directory stats -> data. | yenatch | |
2014-05-28 | Merge pull request #253 from yenatch/master | Bryan Bishop | |
Clean up music and battle interfaces in home.asm. | |||
2014-05-21 | Split bank 0 battle functions into home/battle.asm. | yenatch | |
2014-05-21 | Split bank 0 audio functions into home/audio.asm. | yenatch | |
2014-05-21 | Comment music functions in home.asm. | yenatch | |
2014-05-19 | Merge pull request #250 from Armada651/master | Bryan Bishop | |
Use correct menu header identifier in PokeCom Center. | |||
2014-05-19 | Merge pull request #252 from yenatch/master | Bryan Bishop | |
Add remaining battle animation data. | |||
2014-05-06 | Revert some misused labels to static values in main.asm. | yenatch | |
2014-05-05 | Battle animation object sprite data. | yenatch | |
2014-05-05 | Battle animation object attributes and data. | yenatch | |
2014-05-05 | Add an unused function in battle animation commands. | yenatch | |
2014-05-05 | Use a macro for sine waves. | yenatch | |
So far they're identical, but amplitude could change. | |||
2014-05-05 | Battle BG effect data. | yenatch | |
Pokemon appearing from a ball, screen fades, etc. | |||
2014-05-05 | Merge pull request #251 from yenatch/master | Bryan Bishop | |
Pokegear menus, sprite predefs, incbin stomping. | |||
2014-05-05 | Fix static farcalls in AI scoring. | yenatch | |
2014-05-05 | Fix up some labels in the battle animation object engine. | yenatch | |
2014-05-05 | More labels and incbins in slots, PC menus, intro. | yenatch | |
2014-05-04 | Labels for mail graphics. | yenatch | |
2014-05-04 | Radio text/music and mail jumptables. | yenatch | |
2014-05-03 | Give a name to RandomRange. | yenatch | |
2014-05-03 | Headbutt tree encounter maps. | yenatch | |
2014-05-03 | Misc incbins in fly menu, slots, phone. | yenatch | |
2014-05-03 | Sprite predef engine data. | yenatch | |
Appears to display predefined sprites at given coordinates. This lets multiple sprites be drawn in any order without interacting with OAM directly. | |||
2014-05-03 | Phone contacts and more misc pokegear. | yenatch | |
2014-05-02 | Fix padding in the compressed pokegear sprite graphics. | yenatch | |
2014-05-02 | Radio stations and the cell phone menu. | yenatch | |
2014-05-01 | Merge pull request #248 from yenatch/master | Bryan Bishop | |
Trainer card graphics, Kanto Special stats, unused item constants, mobile adapter lib | |||
2014-05-01 | Fix some lines that were indented with spaces instead of tabs. | yenatch | |
It's mostly menudata. Whoops. | |||
2014-05-02 | Use correct menu header identifier in PokeCom Center. | Jules Blok | |
2014-05-01 | Merge pull request #249 from yenatch/fix-windows-install | Bryan Bishop | |
Install: gcc is required. Sudo doesn't exist in cygwin. | |||
2014-05-01 | Install: gcc is required. Sudo doesn't exist in cygwin. | yenatch | |
2014-05-01 | Misc incbins in bank 23. | yenatch | |
2014-05-01 | A couple Buena's Password specials. | yenatch | |
2014-05-01 | Some GB Printer strings. | yenatch | |
2014-04-30 | Move RegionCheck into engine/landmarks.asm. | yenatch | |
2014-04-30 | Use constants for the skipped dummy TMs. | yenatch | |
2014-04-30 | Music and sound effect constants in map events. | yenatch | |
2014-04-30 | Fix some static addresses in maps. | yenatch | |
2014-04-30 | Disassemble the mobile adapter library. | yenatch | |