summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-06Merge pull request #261 from Rangi42/masterRangi
2020-07-06Avoid repeating the NUM_TMS valueRangi
2020-07-06Align tmhm learnsets in rows of 5Rangi
2020-07-06add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid repeatin...Rangi
2020-07-05TM/HM constants named after movesRangi
2020-07-05Port pokecrystal's base data and tmhm structureRangi
2020-07-05Merge pull request #259 from Rangi42/masterRangi
2020-07-05db $f6 == script_cable_club_receptionistRangi
2020-07-05Remove user system-specific files from .gitignoreRangi
2020-07-05gfx/overworld/spinners.png, like gfx/battle/balls.png, is 4x1 not 2x2Rangi
2020-07-05Sync README.md with pokegold and pokecrystal, and use binary SHA-1 ROM hashesRangi
2020-07-05Sync .gitignore with pokegold and pokecrystalRangi
2020-07-05Fix Japanese charmap: large "オ" is $84, small "ォ" is $F4Rangi
2020-07-05Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellowRangi
2020-07-05Port _RemovePokemon documentation from pokeyellowRangi
2020-07-05Port two HRAM labels from pokeyellowRangi
2020-07-05Logical spacing in data/sgb/sgb_palettes.asmRangi
2020-07-05Port and improve hidden_object macro from pokeyellowRangi
2020-07-05Port credits command constants from pokeyellowRangi
2020-07-05Make .gitignore consistent with pokegold and pokecrystalRangi
2020-07-05Use constants for damage limits in CalculateDamageRangi
2020-07-05Correct comments in AISwitchIfEnoughMonsRangi
2020-07-05Update map hide/show data labelsRangi
2020-07-05File-specific graphics rules update rgbgfx (flags only), not RGBGFX (program ...Rangi
2020-07-05Use SHA-1, not MD5, for 'make compare'Rangi
2020-07-04Port pokecrystal's formatting of text commands and special charactersRangi
2020-07-04Merge pull request #257 from Rangi42/masterRangi
2020-07-04UPDATE_PARTY_MENU_BLK_PACKET -> SET_PAL_PARTY_MENU_HP_BARS, and introduce SET...Rangi
2020-07-04Verify that rgbds is at least verson 0.4.0Rangi
2020-07-04Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported b...Rangi
2020-07-04Make suggested changes from reviewRangi
2020-07-03Document why Mew is set apartRangi
2020-07-03home/pic.asm -> home/uncompress.asm; home/uncompress.asm -> home/pics.asmRangi
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
2020-07-03H_CONSTANTNAMES -> hConstantNamesRangi
2020-07-03data/mapHeaders -> data/maps/headers; data/mapObjects -> data/maps/objectsRangi
2020-07-03Factor out graphics INCBINs from main.asm to gfx/*.asmRangi
2020-07-03Move graphics-only object file sources into gfx/Rangi
2020-07-03Factor out data/sprites/Rangi
2020-07-03tilesets.asm -> tileset_constants.asmRangi
2020-07-03Organize macros/ like pokecrystalRangi
2020-07-03Make suggested edits:Rangi
2020-07-03Simplify map connectionsRangi
2020-07-03Split up engine/events/hidden_object_functionsRangi
2020-07-03Reorganize home headerRangi
2020-07-03Reorganize constants/Rangi
2020-07-03Remove unused Yellow musicRangi
2020-07-03Add subdirectories to data/ similar to pokecrystalRangi