aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Port two HRAM labels from pokeyellowRangi2020-07-054-10/+10
| | |
| | * Logical spacing in data/sgb/sgb_palettes.asmRangi2020-07-0510-187/+82
| | |
| | * Port and improve hidden_object macro from pokeyellowRangi2020-07-051-593/+401
| | |
| | * Port credits command constants from pokeyellowRangi2020-07-053-44/+53
| | |
| | * Make .gitignore consistent with pokegold and pokecrystalRangi2020-07-051-18/+24
| | | | | | | | | | | | Closes #209 (pokeyellow will need all pokered's recent changes synced)
| | * Use constants for damage limits in CalculateDamageRangi2020-07-052-28/+38
| | | | | | | | | | | | Fixes #255
| | * Correct comments in AISwitchIfEnoughMonsRangi2020-07-051-2/+2
| | | | | | | | | | | | Fixes #244
| | * Update map hide/show data labelsRangi2020-07-053-578/+568
| | | | | | | | | | | | Fixes #235
| | * File-specific graphics rules update rgbgfx (flags only), not RGBGFX (program ↵Rangi2020-07-051-7/+7
| | | | | | | | | | | | | | | | | | path), like pokecrystal Fixes #227
| | * Use SHA-1, not MD5, for 'make compare'Rangi2020-07-053-5/+8
| | | | | | | | | | | | Fixes #183
| | * Port pokecrystal's formatting of text commands and special charactersRangi2020-07-04397-7024/+7396
| |/
| * Merge pull request #257 from Rangi42/masterRangi2020-07-041466-17018/+14353
| |\ | | | | | | More reorganization
| | * UPDATE_PARTY_MENU_BLK_PACKET -> SET_PAL_PARTY_MENU_HP_BARS, and introduce ↵Rangi2020-07-044-8/+9
| | | | | | | | | | | | SET_PAL_DEFAULT
| | * Verify that rgbds is at least verson 0.4.0Rangi2020-07-043-39/+174
| | | | | | | | | | | | Adapt the INSTALL guide from pokecrystal.
| | * Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵Rangi2020-07-0429-158/+172
| | | | | | | | | | | | by rgbds 0.4.0)
| | * Make suggested changes from reviewRangi2020-07-042-2/+3
| | |
| | * Document why Mew is set apartRangi2020-07-031-0/+10
| | |
| | * home/pic.asm -> home/uncompress.asm; home/uncompress.asm -> home/pics.asmRangi2020-07-034-758/+758
| | | | | | | | | | | | One does the actual decompression, the other synthesizes the decompressed data.
| | * Factor out Mew's pics and base dataRangi2020-07-032-5/+5
| | |
| | * Move more code from home.asm to home/Rangi2020-07-0319-2854/+2836
| | |
| | * Replace raw hex values with HRAM constantsRangi2020-07-0365-248/+311
| | | | | | | | | | | | To do: turn constants into labels and use ldh
| | * H_CONSTANTNAMES -> hConstantNamesRangi2020-07-03104-1164/+1163
| | |
| | * data/mapHeaders -> data/maps/headers; data/mapObjects -> data/maps/objectsRangi2020-07-03447-446/+446
| | | | | | | | | | | | To do: Polished Map support for loading the objects
| | * Factor out graphics INCBINs from main.asm to gfx/*.asmRangi2020-07-037-58/+67
| | |
| | * Move graphics-only object file sources into gfx/Rangi2020-07-037-18/+33
| | | | | | | | | | | | | | | | | | 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").
| | * Factor out data/sprites/Rangi2020-07-035-362/+363
| | |
| | * tilesets.asm -> tileset_constants.asmRangi2020-07-032-1/+1
| | |
| | * Organize macros/ like pokecrystalRangi2020-07-0343-389/+450
| | | | | | | | | | | | While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.
| | * Make suggested edits:Rangi2020-07-0364-74/+71
| | | | | | | | | | | | | | | | | | - data/mapWilds -> data/wild/maps - diglett_sculpture.asm -> book_or_sculpture.asm - relocate some audio/music constants
| | * Simplify map connectionsRangi2020-07-03224-1945/+837
| | | | | | | | | | | | To do: Polished Map support for detecting the tileset
| | * Split up engine/events/hidden_object_functionsRangi2020-07-0329-1173/+1174
| | |
| | * Reorganize home headerRangi2020-07-036-187/+138
| | |
| | * Reorganize constants/Rangi2020-07-0335-2942/+2947
| | | | | | | | | | | | To do: add comments associating constants with data and code
| | * Remove unused Yellow musicRangi2020-07-034-1808/+0
| | |
| | * Add subdirectories to data/ similar to pokecrystalRangi2020-07-03564-3501/+3507
| |/ | | | | | | Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
| * Merge pull request #256 from Rangi42/masterRangi2020-07-03125-343/+349
| |\ | | | | | | Add subdirectories to engine/ similar to pokecrystal
| | * Add engine/movie/oak_speech/ subdirectoryRangi2020-07-035-4/+4
| | |
| | * INCLUDE "engine/pokemon/bills_pc.asm" in main.asm, not audio.asmRangi2020-07-033-2/+12
| | |
| | * Add subdirectories to engine/ similar to pokecrystalRangi2020-07-02124-346/+342
| |/
| * Actually run .travis/webhook.shRangi2020-06-281-0/+5
| |
| * Add Travis webhook for tools/unnamed.pyRangi2020-06-282-0/+121
| |
| * Use --preserve instead of a hard-coded blank tileRangi2020-06-282-1/+1
| |
| * Update tools/gfx to support --preserveRangi2020-06-281-11/+60
| |
| * Merge pull request #254 from Rangi42/masterRangi2020-06-2811-900/+899
| |\ | | | | | | Remove RAM address comments, and add original Red/Green graphics
| | * Add original Red/Green SGB border and slot machine graphicsRangi2020-06-284-0/+0
| | |
| | * Add original Red/Green tileset graphics which differ from Red/BlueRangi2020-06-273-0/+0
| | | | | | | | | | | | This is just for convenience, like the Red/Green Pokémon front sprites.
| | * Remove RAM address commentsRangi2020-06-274-900/+899
| |/
| * Merge pull request #253 from Rangi42/masterRangi2020-06-2714-164/+154
| |\ | | | | | | Individual images for party menu icon graphics
| | * Move trade bubble from gfx/icons to gfx/tradeRangi2020-06-272-1/+1
| | |
| | * Factor out shared audio/notes.asmRangi2020-06-274-36/+15
| | |