| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2020-07-03 | Replace raw hex values with HRAM constants | Rangi | 25 | -106/+106 | |
| To do: turn constants into labels and use ldh | |||||
| 2020-07-03 | H_CONSTANTNAMES -> hConstantNames | Rangi | 62 | -668/+668 | |
| 2020-07-03 | Factor out data/sprites/ | Rangi | 1 | -0/+2 | |
| 2020-07-03 | Organize macros/ like pokecrystal | Rangi | 10 | -18/+18 | |
| While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code. | |||||
| 2020-07-03 | Make suggested edits: | Rangi | 1 | -0/+0 | |
| - data/mapWilds -> data/wild/maps - diglett_sculpture.asm -> book_or_sculpture.asm - relocate some audio/music constants | |||||
| 2020-07-03 | Split up engine/events/hidden_object_functions | Rangi | 28 | -1168/+1149 | |
| 2020-07-03 | Reorganize constants/ | Rangi | 1 | -2/+2 | |
| To do: add comments associating constants with data and code | |||||
| 2020-07-03 | Add subdirectories to data/ similar to pokecrystal | Rangi | 41 | -69/+69 | |
| Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/. | |||||
| 2020-07-03 | Add engine/movie/oak_speech/ subdirectory | Rangi | 4 | -0/+0 | |
| 2020-07-02 | Add subdirectories to engine/ similar to pokecrystal | Rangi | 113 | -93/+2 | |
| 2020-06-27 | Remove RAM address comments | Rangi | 2 | -4/+4 | |
| 2020-06-27 | Move trade bubble from gfx/icons to gfx/trade | Rangi | 1 | -1/+1 | |
| 2020-06-27 | Individual images for party menu icon graphics | Rangi | 1 | -6/+17 | |
| 2020-06-27 | Move mon_nest_icon.png to gfx/town_map | Rangi | 1 | -1/+1 | |
| 2020-06-27 | Organize gfx/ | Rangi | 16 | -42/+41 | |
| 2020-06-27 | Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) | Rangi | 67 | -167/+167 | |
| Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels. | |||||
| 2020-06-23 | Move more tables from engine/ to data/ | Rangi | 26 | -2968/+1540 | |
| This also splits the end of engine/battle/core.asm into engine/battle/effects.asm. | |||||
| 2020-06-06 | remove two whitespaces | Akatsuki-py | 1 | -1/+1 | |
| 2020-06-05 | fix SubtractAmountPaidFromMoney comment | Akatsuki-py | 1 | -2/+2 | |
| 2020-05-29 | Name UnusedCD40 | Nog-Frog | 1 | -1/+1 | |
| Every man deserves a name :) | |||||
| 2020-05-26 | Change "Set to box" to "Sent to box" | Nog-Frog | 1 | -3/+3 | |
| 2020-05-25 | Update Audio 4 sfx names | dannye | 1 | -4/+4 | |
| 2020-05-24 | Fix bad label reference | dannye | 1 | -1/+1 | |
| 2020-05-24 | Misc minor clean up | dannye | 4 | -4/+4 | |
| spotted by comparing against pokeyellow | |||||
| 2020-05-24 | use rept macro | akatsuki-py | 1 | -9/+2 | |
| 2020-05-20 | Sync with pokered | dannye | 111 | -3877/+3967 | |
| 2020-05-18 | Fix duplicate label | TiKevin83 | 1 | -2/+2 | |
| 2020-05-03 | Port pull request #234 from pokered, and fix bloated Pikachu images | CelestialAmber | 1 | -1/+1 | |
| 2020-05-01 | Fix comment from Y pos to X pos | Akatsuki-py | 1 | -1/+1 | |
| 2019-12-04 | Add trainer_ai pokered changes to pokeyellow | Amber Brault | 1 | -21/+21 | |
| 2019-11-23 | Use percent macro for trainer AI packages | Thomas Winwood | 1 | -21/+21 | |
| 2019-10-17 | Add deobfuscation from pokered commits | Amber Brault | 1 | -27/+0 | |
| 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 | 1 | -6/+33 | |
| 2019-07-27 | Update audio macro names | dannye | 6 | -10/+10 | |
| 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 | Replace some hard-coded values with constants | Rangi | 6 | -12/+14 | |
| 2019-06-10 | Update tools | Celeste Brault | 2 | -1/+2 | |
| 2019-04-21 | A few missed SFX constant IDs | dannye | 1 | -2/+2 | |
| 2019-02-20 | Improve some labels in the Pikachu Follow code | Travis McGeehan | 1 | -3/+3 | |
| 2019-01-23 | Pull bug descriptions into documentation, add more relevant docs from ↵ | Travis McGeehan | 2 | -9/+1 | |
| pokecrystal | |||||
| 2019-01-23 | Note bug in Battle Transitions | TiKevin83 | 1 | -0/+6 | |
| 2019-01-22 | Label functions, note cause of fast options | TiKevin83 | 1 | -16/+18 | |
| 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-01 | Rename map files, labels, and constants to be consistent and work with ↵ | Rangi | 11 | -35/+35 | |
| Polished Map | |||||
| 2018-11-18 | Rename spritestatedata structs. | luckytyphlosion | 19 | -165/+165 | |
| 2018-11-18 | Clean up pre-linkerscript remnants. | luckytyphlosion | 1 | -1/+3 | |
| 2018-06-23 | Updated constants for intro | Pokeglitch | 1 | -10/+11 | |
| 2018-06-22 | Updated the intro | Pokeglitch | 2 | -53/+64 | |
| 2018-04-01 | fix some constants | yenatch | 4 | -4/+4 | |
| 2018-03-24 | Use rgblink dmg mode | dannye | 2 | -5/+5 | |
| 2018-03-21 | add wEvosMoves instead of using eevee | yenatch | 1 | -5/+5 | |
| 2018-03-21 | Cleaned up name formatting | bitman44 | 1 | -1/+1 | |
