Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-02 | Remove duplicate OaksLabText labels | Matthew Glazar | |
For unknown reasons, the text pointer list for Oak's Lab is duplicated. This is currently implemented by treating the two text pointer lists as one large list. This leads to duplicate labels and some confusing logic. Refactor the code to treat the two text pointer lists separately. This lets us remove several labels. It also makes the code which sets the text pointer list self-documenting. | |||
2017-03-21 | Merge branch 'joefarebrother-label-naming' | Sanqui | |
2017-03-21 | Merge branch 'label-naming' of https://github.com/joefarebrother/pokered ↵ | Sanqui | |
into joefarebrother-label-naming | |||
2017-03-21 | Merge pull request #148 from Sanqui/ci | Sanqui | |
Add Travis continuous integration | |||
2017-03-20 | Update Travis script to use `make compare` and rgbds v0.2.5 | Sanqui | |
2017-03-20 | Merge branch 'ci' of https://github.com/PoCs/pokered into ci | Sanqui | |
2017-03-19 | Gave names to the functions and labels and adresses used in DivideBCD | Joe Farebrother | |
and added a few comments | |||
2017-03-19 | Gave the labels in _MoveMon more descriptive names and added a few comments | Joe Farebrother | |
2017-03-16 | Merge pull request #145 from ISSOtm/patch-1 | Sanqui | |
Fix typo in address. | |||
2017-03-16 | Fix typo in address | Panda Habert | |
2017-03-15 | Merge pull request #144 from AntonioND/an/fix-floating | Sanqui | |
Fix floating sections | |||
2017-03-14 | Fix floating sections | AntonioND | |
This is needed to prevent rgblink from moving them around in future releases. Signed-off-by: AntonioND <antonio_nd@outlook.com> | |||
2017-01-20 | Fix typos | dannye | |
2017-01-16 | fix incorrect comment | YamaArashi | |
2017-01-07 | use actual predef label | YamaArashi | |
2016-12-31 | use text constants in poison.asm | YamaArashi | |
2016-12-31 | split code out of main.asm | YamaArashi | |
2016-11-02 | use hardware constants in pic.asm | YamaArashi | |
2016-10-29 | use more HRAM constants | YamaArashi | |
2016-10-29 | correct mistaken comments | YamaArashi | |
2016-10-29 | link battle action constants | YamaArashi | |
2016-10-16 | correct comments about teleport effect | YamaArashi | |
2016-09-17 | split bank 1 into files | YamaArashi | |
2016-09-17 | pull some bank 1 code out of main.asm | YamaArashi | |
2016-09-11 | name text destination pointer variable | YamaArashi | |
2016-09-04 | Continuing the source-level documentation of roughly where trainers can be found | Summate | |
2016-08-11 | Enable continuous integration | Mathias Bynens | |
2016-07-31 | Split macros.asm | dannye | |
2016-07-27 | Replace unnecessary tabs with spaces | dannye | |
2016-07-27 | Redo audio header macro | dannye | |
2016-07-27 | Add warnings about music/sfx macro usage | dannye | |
These are not game limitations, just restrictions for the macros to behave properly | |||
2016-07-27 | Macros to automate music and sound effect headers | dannye | |
2016-07-27 | Fix music channel numbering | dannye | |
same as previous, but for songs instead of sound effects | |||
2016-07-27 | Fix sound effect channel numbering | dannye | |
mostly so that sound effects that only use the noise channel are labelled 'Ch7' instead of 'Ch1' | |||
2016-07-20 | Clean up redundant labels | dannye | |
fix trainer header numbering | |||
2016-07-18 | A few missed hardcoded decimal points | dannye | |
2016-07-18 | Merge branch 'master' of https://github.com/pret/pokered | dannye | |
2016-07-18 | Clean up text commands | dannye | |
2016-07-01 | Use pattern variables in the makefile. | yenatch | |
This means dependency scanning only happens as required. | |||
2016-06-12 | Merge pull request #135 from YamaArashi/master | YamaArashi | |
sync tileset WRAM labels | |||
2016-06-12 | sync home | YamaArashi | |
2016-06-12 | sync text | YamaArashi | |
2016-06-12 | sync tileset WRAM labels | YamaArashi | |
2016-06-12 | Merge pull request #134 from YamaArashi/master | YamaArashi | |
sync engine code with pokeyellow | |||
2016-06-12 | more syncing with pokeyellow | YamaArashi | |
2016-06-12 | sync engine code with pokeyellow | YamaArashi | |
2016-06-12 | Remove the last address comments | dannye | |
except for wram.asm and sram.asm also delete unused yellow file | |||
2016-06-12 | Remove some leftover address comments | dannye | |
2016-06-11 | Merge pull request #133 from YamaArashi/master | YamaArashi | |
Remove address comments | |||
2016-06-11 | remove address comments | YamaArashi | |