summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-03Factor out Mew's pics and base dataRangi
2020-07-03Move more code from home.asm to home/Rangi
2020-07-03Replace raw hex values with HRAM constantsRangi
To do: turn constants into labels and use ldh
2020-07-03H_CONSTANTNAMES -> hConstantNamesRangi
2020-07-03data/mapHeaders -> data/maps/headers; data/mapObjects -> data/maps/objectsRangi
To do: Polished Map support for loading the objects
2020-07-03Factor out graphics INCBINs from main.asm to gfx/*.asmRangi
2020-07-03Move graphics-only object file sources into gfx/Rangi
Previously this wasn't working, but now the Makefile uses pokegold's technique for running scan_includes. It also enables and fixes some rgbds warnings ("Non-local labels without a colon are deprecated").
2020-07-03Factor out data/sprites/Rangi
2020-07-03tilesets.asm -> tileset_constants.asmRangi
2020-07-03Organize macros/ like pokecrystalRangi
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.
2020-07-03Make suggested edits:Rangi
- data/mapWilds -> data/wild/maps - diglett_sculpture.asm -> book_or_sculpture.asm - relocate some audio/music constants
2020-07-03Simplify map connectionsRangi
To do: Polished Map support for detecting the tileset
2020-07-03Split up engine/events/hidden_object_functionsRangi
2020-07-03Reorganize home headerRangi
2020-07-03Reorganize constants/Rangi
To do: add comments associating constants with data and code
2020-07-03Remove unused Yellow musicRangi
2020-07-03Add subdirectories to data/ similar to pokecrystalRangi
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
2020-07-03Merge pull request #256 from Rangi42/masterRangi
Add subdirectories to engine/ similar to pokecrystal
2020-07-03Add engine/movie/oak_speech/ subdirectoryRangi
2020-07-03INCLUDE "engine/pokemon/bills_pc.asm" in main.asm, not audio.asmRangi
2020-07-02Add subdirectories to engine/ similar to pokecrystalRangi
2020-06-28Actually run .travis/webhook.shRangi
2020-06-28Add Travis webhook for tools/unnamed.pyRangi
2020-06-28Use --preserve instead of a hard-coded blank tileRangi
2020-06-28Update tools/gfx to support --preserveRangi
2020-06-28Merge pull request #254 from Rangi42/masterRangi
Remove RAM address comments, and add original Red/Green graphics
2020-06-28Add original Red/Green SGB border and slot machine graphicsRangi
2020-06-27Add original Red/Green tileset graphics which differ from Red/BlueRangi
This is just for convenience, like the Red/Green Pokémon front sprites.
2020-06-27Remove RAM address commentsRangi
2020-06-27Merge pull request #253 from Rangi42/masterRangi
Individual images for party menu icon graphics
2020-06-27Move trade bubble from gfx/icons to gfx/tradeRangi
2020-06-27Factor out shared audio/notes.asmRangi
2020-06-27Individual images for party menu icon graphicsRangi
2020-06-27Move mon_nest_icon.png to gfx/town_mapRangi
2020-06-27Travis builds with rgbds 0.4.0 from sourceRangi
2020-06-27Create .map files, and don't sort .sym files since rgbds 0.4.0 does thatRangi
2020-06-27Merge pic/ into gfx/Rangi
2020-06-27Fix the slot machine tilemap, and adjust the slot graphicsRangi
2020-06-27Replace .tilecoll files with tile ID db dataRangi
2020-06-27Organize gfx/Rangi
2020-06-27Separate 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-23Merge pull request #250 from Rangi42/masterDaniel Harding
Move more tables from engine/ to data/
2020-06-23Move more tables from engine/ to data/Rangi
This also splits the end of engine/battle/core.asm into engine/battle/effects.asm.
2020-06-21Merge pull request #243 from Nog-Frog/rename-unused-cd40Daniel Harding
Name UnusedCD40
2020-06-14Merge pull request #246 from Akatsuki-py/SubtractAmountPaidFromMoneyDaniel Harding
fix SubtractAmountPaidFromMoney comment
2020-06-06remove two whitespacesAkatsuki-py
2020-06-05fix SubtractAmountPaidFromMoney commentAkatsuki-py
2020-06-02Merge pull request #245 from Nog-Frog/small-changesDaniel Harding
Change wGrassRate to wLinkEnemyTrainerName
2020-06-02Change wGrassRate to wLinkEnemyTrainerNameNog-Frog
2020-05-29Replace hard-coded value of CRY_SFX_STARTdannye