Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-07 | Fix static banks passed into GetName. | yenatch | |
This appears to be the only other use of wPredefBank. Chances are there are more uncaught banks. Known cases are marked as "hardcoded" or similar. | |||
2014-06-25 | Use *Coord instead of FuncCoord | U-Fish-PC\Daniel | |
Using 'Coord =' doesn't like using wTileMap So use hlCoord, deCoord, bcCoord, aCoord, Coorda, or dwCoord to avoid static addresses | |||
2014-06-16 | Use macros for predef calls/jumps instead of static ids. | yenatch | |
2014-06-16 | Rename predef functions so they aren't excessive in length. | yenatch | |
This is mostly because of an rgbasm bug that prevents macro arguments from exceeding 16 characters, but the names were bad anyway. | |||
2014-06-16 | Remove generated "indirect jump" comments. | yenatch | |
The destination is obvious when using the predef macro. | |||
2014-06-14 | Hall of Fame sram labels and related constants. | yenatch | |
2014-06-14 | Use monster struct macros in wram. Rename related labels for consistency. | yenatch | |
2014-05-31 | Split more code out of home.asm. | yenatch | |
2014-05-31 | Use rgbasm -h to use halt without nops. | yenatch | |
2014-05-31 | Clean up bg map and palette fade code in home.asm. | yenatch | |
2014-05-30 | Split the text engine out of home.asm. | yenatch | |
2014-05-30 | Recomment some copy/video functions in home.asm. | yenatch | |
2014-05-30 | Split out joypad and overworld code from home.asm. | yenatch | |
2014-05-29 | Use VRAM constants where applicable. | yenatch | |
2014-05-27 | More wOAMBuffer references. | yenatch | |
2014-05-26 | Remove most static wram addresses. Use labels instead. | yenatch | |
For unknown addresses, use "w<address>". Label overleads are still an issue. | |||
2014-05-25 | Label BCD math predefs. | yenatch | |
2014-05-25 | Rename GetJoypadState -> Joypad. | yenatch | |
2014-05-25 | Rename joypad registers. | yenatch | |
2014-05-25 | Move bank 0 into home.asm. | yenatch | |