Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-27 | Fix the slot machine tilemap, and adjust the slot graphics | Rangi | |
2020-06-27 | Replace .tilecoll files with tile ID db data | Rangi | |
2020-06-27 | Organize gfx/ | Rangi | |
2020-06-27 | Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) | Rangi | |
Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels. | |||
2020-06-23 | Merge pull request #250 from Rangi42/master | Daniel Harding | |
Move more tables from engine/ to data/ | |||
2020-06-23 | Move more tables from engine/ to data/ | Rangi | |
This also splits the end of engine/battle/core.asm into engine/battle/effects.asm. | |||
2020-06-21 | Merge pull request #243 from Nog-Frog/rename-unused-cd40 | Daniel Harding | |
Name UnusedCD40 | |||
2020-06-14 | Merge pull request #246 from Akatsuki-py/SubtractAmountPaidFromMoney | Daniel Harding | |
fix SubtractAmountPaidFromMoney comment | |||
2020-06-06 | remove two whitespaces | Akatsuki-py | |
2020-06-05 | fix SubtractAmountPaidFromMoney comment | Akatsuki-py | |
2020-06-02 | Merge pull request #245 from Nog-Frog/small-changes | Daniel Harding | |
Change wGrassRate to wLinkEnemyTrainerName | |||
2020-06-02 | Change wGrassRate to wLinkEnemyTrainerName | Nog-Frog | |
2020-05-29 | Replace hard-coded value of CRY_SFX_START | dannye | |
2020-05-29 | Name UnusedCD40 | Nog-Frog | |
Every man deserves a name :) | |||
2020-05-27 | Merge pull request #242 from Akatsuki-py/fix_CopyDataUntil | Daniel Harding | |
fix comment in CopyDataUntil | |||
2020-05-27 | Merge pull request #241 from Nog-Frog/Fix-Sent-To-Box | Daniel Harding | |
Change "Set to box" to "Sent to box" | |||
2020-05-27 | Merge pull request #239 from Akatsuki-py/use_rept | Daniel Harding | |
Use rept macro in CopyHealingMachineOAM | |||
2020-05-28 | fix comment in CopyDataUntil | akatsuki-py | |
2020-05-26 | Change "Set to box" to "Sent to box" | Nog-Frog | |
2020-05-24 | Remove accidental file from 6ec4b00 | dannye | |
2020-05-24 | Misc minor clean up | dannye | |
spotted by comparing against pokeyellow | |||
2020-05-24 | use rept macro | akatsuki-py | |
2020-05-20 | Merge pull request #238 from Akatsuki-py/fix_ffa1 | Daniel Harding | |
add "hMoney + 2" label for $ffa1 | |||
2020-05-21 | add "hMoney + 2" label for $ffa1 | akatsuki-py | |
2020-05-05 | Merge pull request #237 from mattbruv/vermilion | Daniel Harding | |
Documented Vermilion Gym | |||
2020-05-05 | change input hex to constants | Matt | |
2020-05-05 | document vermilion gym | Matt | |
2020-05-03 | Merge pull request #236 from mattbruv/vermilion | Daniel Harding | |
label hardcoded HRAM address, start documenting Vermilion | |||
2020-05-03 | label npc conditional text | Matt | |
2020-05-03 | clean up vermilion labels | Matt | |
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-02-05 | Merge pull request #223 from pret/audio-macros | Daniel Harding | |
Audio macros | |||
2019-12-11 | New Discord invite link | mid-kid | |
Something something community. | |||
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-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 |