| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) | Rangi | 2020-06-27 | 1 | -6/+6 |
| | | | | Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels. | ||||
| * | Rename map files, labels, and constants to be consistent and work with ↵ | Rangi | 2019-01-01 | 1 | -1/+1 |
| | | | | | Polished Map | ||||
| * | Catch a missed hide/show ID | dannye | 2017-10-29 | 1 | -1/+1 |
| | | |||||
| * | remove address comments | YamaArashi | 2016-06-11 | 1 | -21/+21 |
| | | |||||
| * | No more W_ | dannye | 2015-08-30 | 1 | -3/+3 |
| | | |||||
| * | No more $C8 | dannye | 2015-08-10 | 1 | -3/+3 |
| | | | | | | Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers | ||||
| * | commented audio code | YamaArashi | 2015-08-08 | 1 | -6/+6 |
| | | |||||
| * | yet more naming | YamaArashi | 2015-07-25 | 1 | -3/+3 |
| | | |||||
| * | more naming variables | YamaArashi | 2015-07-24 | 1 | -1/+1 |
| | | |||||
| * | intro stuff | YamaArashi | 2015-07-17 | 1 | -1/+1 |
| | | |||||
| * | more movement stuff | YamaArashi | 2015-07-15 | 1 | -46/+52 |
| | | |||||
| * | commented movement stuff | YamaArashi | 2015-07-15 | 1 | -1/+1 |
| | | |||||
| * | Rename/organize part 1 of 4 | U-Daniel-PC\Daniel | 2015-07-03 | 1 | -2/+2 |
| | | | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github | ||||
| * | Commented/labelled misc functions | YamaArashi | 2014-09-14 | 1 | -7/+6 |
| | | |||||
| * | Commented more sprite and map code | YamaArashi | 2014-09-13 | 1 | -10/+10 |
| | | |||||
| * | Labelled and commented mostly sprite-related things | YamaArashi | 2014-09-09 | 1 | -69/+69 |
| | | |||||
| * | Use macros for predef calls/jumps instead of static ids. | yenatch | 2014-06-16 | 1 | -8/+4 |
| | | |||||
| * | Remove generated "indirect jump" comments. | yenatch | 2014-06-16 | 1 | -1/+1 |
| | | | | | The destination is obvious when using the predef macro. | ||||
| * | Clean up music bank references | U-Fish-PC\Daniel | 2014-06-09 | 1 | -2/+2 |
| | | |||||
| * | Remove most static wram addresses. Use labels instead. | yenatch | 2014-05-26 | 1 | -74/+74 |
| | | | | | | | For unknown addresses, use "w<address>". Label overleads are still an issue. | ||||
| * | Rename joypad registers. | yenatch | 2014-05-25 | 1 | -2/+2 |
| | | |||||
| * | Pull a lot of engine out of main.asm | U-Fish-PC\Daniel | 2014-05-22 | 1 | -0/+291 |
