aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Factor out shared audio/notes.asmRangi2020-06-274-36/+15
|
* Individual images for party menu icon graphicsRangi2020-06-2710-128/+139
|
* Move mon_nest_icon.png to gfx/town_mapRangi2020-06-272-1/+1
|
* Travis builds with rgbds 0.4.0 from sourceRangi2020-06-271-10/+9
|
* Create .map files, and don't sort .sym files since rgbds 0.4.0 does thatRangi2020-06-272-4/+4
|
* Merge pic/ into gfx/Rangi2020-06-27822-507/+507
|
* Fix the slot machine tilemap, and adjust the slot graphicsRangi2020-06-274-0/+3
|
* Replace .tilecoll files with tile ID db dataRangi2020-06-2723-45/+83
|
* Organize gfx/Rangi2020-06-27100-83/+87
|
* Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi2020-06-27317-2240/+2290
| | | Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
* Merge pull request #250 from Rangi42/masterDaniel Harding2020-06-2365-2825/+2863
|\ | | | | Move more tables from engine/ to data/
| * Move more tables from engine/ to data/Rangi2020-06-2365-2825/+2863
|/ | | | This also splits the end of engine/battle/core.asm into engine/battle/effects.asm.
* Merge pull request #243 from Nog-Frog/rename-unused-cd40Daniel Harding2020-06-212-2/+2
|\ | | | | Name UnusedCD40
| * Name UnusedCD40Nog-Frog2020-05-292-2/+2
| | | | | | | | Every man deserves a name :)
* | Merge pull request #246 from Akatsuki-py/SubtractAmountPaidFromMoneyDaniel Harding2020-06-142-2/+2
|\ \ | | | | | | fix SubtractAmountPaidFromMoney comment
| * | remove two whitespacesAkatsuki-py2020-06-062-2/+2
| | |
| * | fix SubtractAmountPaidFromMoney commentAkatsuki-py2020-06-052-4/+4
|/ /
* | Merge pull request #245 from Nog-Frog/small-changesDaniel Harding2020-06-021-4/+4
|\ \ | | | | | | Change wGrassRate to wLinkEnemyTrainerName
| * | Change wGrassRate to wLinkEnemyTrainerNameNog-Frog2020-06-021-4/+4
|/ /
* / Replace hard-coded value of CRY_SFX_STARTdannye2020-05-291-2/+2
|/
* Merge pull request #242 from Akatsuki-py/fix_CopyDataUntilDaniel Harding2020-05-271-1/+1
|\ | | | | fix comment in CopyDataUntil
| * fix comment in CopyDataUntilakatsuki-py2020-05-281-1/+1
| |
* | Merge pull request #241 from Nog-Frog/Fix-Sent-To-BoxDaniel Harding2020-05-272-4/+4
|\ \ | | | | | | Change "Set to box" to "Sent to box"
| * | Change "Set to box" to "Sent to box"Nog-Frog2020-05-262-4/+4
| |/
* | Merge pull request #239 from Akatsuki-py/use_reptDaniel Harding2020-05-271-9/+2
|\ \ | |/ |/| Use rept macro in CopyHealingMachineOAM
| * use rept macroakatsuki-py2020-05-241-9/+2
| |
* | Remove accidental file from 6ec4b00dannye2020-05-241-0/+0
| |
* | Misc minor clean updannye2020-05-245-5/+5
|/ | | | spotted by comparing against pokeyellow
* Merge pull request #238 from Akatsuki-py/fix_ffa1Daniel Harding2020-05-201-1/+1
|\ | | | | add "hMoney + 2" label for $ffa1
| * add "hMoney + 2" label for $ffa1akatsuki-py2020-05-211-1/+1
|/
* Merge pull request #237 from mattbruv/vermilionDaniel Harding2020-05-053-54/+54
|\ | | | | Documented Vermilion Gym
| * change input hex to constantsMatt2020-05-051-1/+1
| |
| * document vermilion gymMatt2020-05-053-53/+53
| |
* | Merge pull request #236 from mattbruv/vermilionDaniel Harding2020-05-033-39/+39
|\| | | | | label hardcoded HRAM address, start documenting Vermilion
| * label npc conditional textMatt2020-05-032-8/+8
| |
| * clean up vermilion labelsMatt2020-05-032-28/+28
| |
| * label hardcoded HRAM address, start documenting VermilionMatt2020-05-031-3/+3
|/
* Merge pull request #234 from Akatsuki-py/fix_commentDaniel Harding2020-04-301-1/+1
|\ | | | | Fix comment from Y pos to X pos
| * Fix comment from Y pos to X posAkatsuki-py2020-05-011-1/+1
|/
* Merge pull request #223 from pret/audio-macrosDaniel Harding2020-02-05455-23700/+23756
|\ | | | | Audio macros
| * Rename dnote to drum_note and dspeed to drum_speeddannye2019-09-0321-1100/+1100
| |
| * Make pitch_sweep pitch change argument consistent with the other signed ↵dannye2019-08-2546-46/+51
| | | | | | | | magnitude arguments
| * Finish cleaning up audio macro arguments and descriptionsdannye2019-08-18150-331/+362
| | | | | | | | | | | | break up arguments for stereo_panning and duty_cycle_pattern note_type fade is signed properly document arguments for vibrato, tempo, pitch_slide etc
| * Update labels to match new audio macro namesdannye2019-08-177-1298/+1439
| | | | | | | | and synchronize engine_2 and engine_3 with engine_1
| * Use generic names for noise instrumentsdannye2019-07-2882-2440/+2350
| | | | | | | | coming up with satisfactory names is hard, besides this will improve compatibility with crystal
| * Update audio macro namesdannye2019-07-27392-20009/+19978
| | | | | | | | | | | | 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
* | New Discord invite linkmid-kid2019-12-111-1/+1
| | | | | | Something something community.
* | Merge pull request #229 from ketsuban/percent-macromid-kid2019-11-231-21/+21
|\ \ | | | | | | Use percent macro for trainer AI packages
| * | Use percent macro for trainer AI packagesThomas Winwood2019-11-231-21/+21
|/ /
* | Deobfuscate Pewter citydeak311andris2019-10-071-8/+8
| |