Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-03 | label hardcoded HRAM address, start documenting Vermilion | Matt | |
2020-02-05 | Merge pull request #223 from pret/audio-macros | Daniel Harding | |
Audio macros | |||
2019-10-17 | Add deobfuscation from pokered commits | Amber Brault | |
Remove excess linebreaks from surfing_minigame.asm This commit removes the extra line breaks added accidentally from the last commit. Add deobfuscation from pokered commits | |||
2019-10-07 | Deobfuscate Pewter city | deak311andris | |
2019-10-07 | Deobfuscate Viridian City | deak311andris | |
2019-10-07 | Deobfuscate gyms consistently | deak311andris | |
2019-10-03 | OaksLab deobfuscation | deak311andris | |
2019-07-27 | Update audio macro names | dannye | |
change audio channel numbers from 0-7 back to 1-8 change all note macros back to single note macro todo: fix comments with old macro names, update noise macros/instrument names | |||
2019-07-07 | Merge branch 'master' of https://github.com/pret/pokered | Rangi | |
2019-07-07 | Replace some hard-coded values with constants | Rangi | |
2019-04-08 | Replace the few instances of Unknown Dungeon with Cerulean Cave | SatoMew | |
2019-01-01 | Rename map files, labels, and constants to be consistent and work with ↵ | Rangi | |
Polished Map | |||
2018-11-18 | Rename spritestatedata structs. | luckytyphlosion | |
2018-11-18 | Fix spritestatedata macros to be prefixed with w. | luckytyphlosion | |
2018-04-01 | fix some constants | yenatch | |
2018-04-01 | remove BANK[] and bank constants from ROMX sections | yenatch | |
2017-12-30 | Add space between arguments in assembly instructions and remove redundant a ↵ | xCrystal | |
in instructions like add a, x | |||
2017-10-16 | call $3c29 -> call EnableAutoTextBoxDrawing | Zechs6437 | |
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. | |||
2016-10-29 | use more HRAM constants | YamaArashi | |
2016-08-15 | Use emotion bubble constants in map scripts. | IIMarckus | |
2016-07-27 | Redo audio header macro | dannye | |
2016-07-20 | Clean up redundant labels | dannye | |
fix trainer header numbering | |||
2016-07-18 | Clean up text commands | dannye | |
2016-06-12 | Remove more address comments | dannye | |
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 | remove address comments | YamaArashi | |
2016-06-11 | Merge branch 'master' of github.com:pret/pokeyellow | pikalaxalt | |
2016-06-11 | remove address comments | YamaArashi | |
2016-06-11 | More syncing with pokered | dannye | |
from April 8, 2016 to present | |||
2016-06-11 | Merge branch 'master' of https://github.com/pret/pokeyellow | dannye | |
2016-06-11 | Sync with pokered | dannye | |
from August 29, 2015 to April 6, 2016 | |||
2016-06-09 | Implement handy text macros from yellow | pikalaxalt | |
2016-06-09 | Merge branch 'master' of https://github.com/pret/pokered | pikalaxalt | |
2016-06-08 | More on Pikachu emotions | pikalaxalt | |
2016-06-08 | Pikapic animation function labels | pikalaxalt | |
2016-06-08 | Sync somewhat with pokeyellow. | IIMarckus | |
2016-06-08 | Part 1 of syncing with pokered. | IIMarckus | |
2016-06-07 | Remove the Beach House option. | IIMarckus | |
2016-06-08 | No more standalone WRAM addresses in the Event Flags array | pikalaxalt | |
2016-06-08 | Merge branch 'master' of github.com:pret/pokeyellow | pikalaxalt | |
2016-06-07 | Printer labels | pikalaxalt | |
2016-06-06 | More Pikachu function documentation | pikalaxalt | |
2016-06-06 | Split out pikachu engine functions; sprite state data macros | pikalaxalt | |
2016-06-06 | Clean up main.asm | dannye | |
recreated deleted file that never should have been unused | |||
2016-06-06 | Remove unused source files | dannye | |
2016-06-06 | Clean up white space | dannye | |
2016-06-05 | Resolve HRAM labels in Bank 3E | pikalaxalt | |
2016-06-03 | Remaining maps in bank 1D (and the whole ROM) | pikalaxalt | |