Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-03 | Port pull request #234 from pokered, and fix bloated Pikachu images | CelestialAmber | |
2020-05-03 | label hardcoded HRAM address, start documenting Vermilion | Matt | |
2020-04-30 | Merge pull request #234 from Akatsuki-py/fix_comment | Daniel Harding | |
Fix comment from Y pos to X pos | |||
2020-05-01 | Fix comment from Y pos to X pos | Akatsuki-py | |
2020-03-27 | Merge pull request #47 from ValientOrc98/master | Daniel Harding | |
Added warp, warp_to and sign compatibility | |||
2020-03-27 | Removed EVENT_DISP | Shakib2001 | |
2020-03-27 | Added warp, warp_to and sign compatibility | Shakib2001 | |
2020-02-07 | Merge branch 'master' of https://github.com/CelestialAmber/pokeyellow | IIMarckus | |
2020-02-05 | Merge pull request #223 from pret/audio-macros | Daniel Harding | |
Audio macros | |||
2019-12-19 | Update Discord link. | luckytyphlosion | |
2019-12-11 | New Discord invite link | mid-kid | |
Something something community. | |||
2019-12-04 | Add trainer_ai pokered changes to pokeyellow | Amber Brault | |
2019-11-23 | Merge pull request #229 from ketsuban/percent-macro | mid-kid | |
Use percent macro for trainer AI packages | |||
2019-11-23 | Use percent macro for trainer AI packages | Thomas Winwood | |
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-11 | Label surfing minigame SFX | Amber Brault | |
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-09-03 | Rename dnote to drum_note and dspeed to drum_speed | dannye | |
2019-08-25 | Merge pull request #224 from UrsSchmidt/master | Daniel Harding | |
Fixed some wrong wram addresses within comments. | |||
2019-08-25 | Fixed some wrong wram addresses within comments. | Urs-Björn Schmidt | |
2019-08-25 | Make pitch_sweep pitch change argument consistent with the other signed ↵ | dannye | |
magnitude arguments | |||
2019-08-18 | Finish cleaning up audio macro arguments and descriptions | dannye | |
break up arguments for stereo_panning and duty_cycle_pattern note_type fade is signed properly document arguments for vibrato, tempo, pitch_slide etc | |||
2019-08-17 | Update labels to match new audio macro names | dannye | |
and synchronize engine_2 and engine_3 with engine_1 | |||
2019-07-28 | Use generic names for noise instruments | dannye | |
coming up with satisfactory names is hard, besides this will improve compatibility with crystal | |||
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-17 | Merge pull request #220 from Rangi42/master | Daniel Harding | |
Replace some hard-coded values with constants | |||
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-06-10 | Remove .gitmodules file. | IIMarckus | |
2019-06-10 | Update tools | Celeste Brault | |
2019-05-20 | Merge pull request #201 from SatoMew/master | Daniel Harding | |
Make Cerulean Cave labels consistent throughout the project | |||
2019-04-21 | A few missed SFX constant IDs | dannye | |
2019-04-08 | Replace the few instances of Unknown Dungeon with Cerulean Cave | SatoMew | |
2019-02-20 | Add descriptions of Pikawalk and Counter damage. Move ↵ | Travis McGeehan | |
assembly_programming.md elsewhere | |||
2019-02-20 | Improve some labels in the Pikachu Follow code | Travis McGeehan | |
2019-01-23 | tweak diff | Travis McGeehan | |
2019-01-23 | Pull bug descriptions into documentation, add more relevant docs from ↵ | Travis McGeehan | |
pokecrystal | |||
2019-01-23 | Note bug in Battle Transitions | TiKevin83 | |
2019-01-22 | Label functions, note cause of fast options | TiKevin83 | |
Some of the functions in here are unlabeled despite having decent labels in pokecrystal (GSC reused yellow's options code). Updated the most relevant ones. This code has a bug/feature called "fast options" that reappears due to its reuse in GSC, added some explanation of it in comments | |||
2019-01-13 | Merge pull request #196 from Rangi42/polishedmaps | Daniel Harding | |
Rename map files, labels, and constants to be consistent and work with Polished Map | |||
2019-01-13 | Merge pull request #195 from Rangi42/master | Daniel Harding | |
Remove 'extras' submodule; and add 'make tidy' | |||
2019-01-01 | Rename map files, labels, and constants to be consistent and work with ↵ | Rangi | |
Polished Map | |||
2018-12-31 | Make tools/gfx.py executable | Rangi | |
2018-12-31 | Reorganize Makefile similarly to pokecrystal | Rangi | |
2018-12-31 | 'make tidy' preserved compressed graphics, like pokecrystal | Rangi | |
2018-12-31 | Remove the 'extras' submodule and include a local gfx.py tool instead | Rangi | |
2018-11-19 | Merge pull request #193 from luckytyphlosion/master | Daniel Harding | |
Fix spritestatedata macros and clean up pre-linkerscript remnants. |