summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2018-06-03Create empty sections for the remaining FixPicBank array entriesRangi
2018-06-03Change FixPicBank bank arrayRangi
2018-05-24Function6ec1 → CanObjectMoveInDirectionRangi
2018-05-23Identify more sprite move data flag bitsRangi
2018-05-09Fix doc linksRangi
2018-05-06Fix rest of the givepokeitem/checkpokeitem referencesmid-kid
2018-05-05fix-various-little-thingsmid-kid
A compilation of suggestions from the discord that don't deserve separate commits and are not questionable at all™.
2018-04-05Use constants for bit/set/res moreRangi
2018-04-04Merge pull request #505 from mid-kid/battlecommandsyenatch
Battle command fixes
2018-04-04Update docs and comments to reflect renamesmid-kid
2018-04-04Document more Beat Up-related bugsmid-kid
Two bugs related to not raising the substitute when it should, one bug related to not running king's rock when it should, and the other related to running king's rock when it shouldn't. Fun.
2018-04-01Update file paths in constants/ and docs/mid-kid
2018-03-04201 -> 200Rangi
2018-03-04Bug docs match codeRangi
2018-02-26Document more quirks and bugsRangi
2018-02-26Document HOF Master bug (close #494)Rangi
2018-02-25Merge branch 'master' of https://github.com/pret/pokecrystalRangi
# Conflicts: # constants/map_constants.asm # constants/wram_constants.asm # data/radio/oaks_pkmn_talk_routes.asm # data/radio/pnp_hidden_places.asm # engine/battle/core.asm # engine/breeding.asm # engine/phone/phone_scripts.asm # engine/radio.asm # maps/BattleTower1F.asm # maps/OlivineLighthouse2F.asm # maps/OlivineLighthouse6F.asm # maps/PokemonFanClub.asm # maps/RadioTower1F.asm # maps/RadioTower2F.asm # maps/Route30BerryHouse.asm # maps/Route34IlexForestGate.asm # maps/Route36NationalParkGate.asm # maps/RuinsOfAlphKabutoChamber.asm # maps/RuinsOfAlphResearchCenter.asm # maps/VermilionPort.asm # maps/VictoryRoad.asm
2018-02-25* loadmenuheader -> loadmenu (ead103d)Rangi
* objectface -> turnobject (c834bda)
2018-02-22Pkmn -> Monmid-kid
Since we're aiming for consistency across the codebase, I believe it includes a uniform way to refer to the creatures this game consists of in the labels of the code. The only exceptions to this rule are labels referring to things named through the use of the <PK><MN> or <PKMN> characters, in which case PKMN is used. Most of this was already consistent enough™, I just picked the convention with the most occurences and fixed the outliers.
2018-02-08Remove EXIF metadata from imagesmid-kid
This is just a pet-peeve of mine, but if you're going to have half of the repo filled with clean PNGs, and only have some with this metadata, might as well clean it all right up.
2018-02-05No redundant item effect labelsRangi
2018-02-04Keep specials files togetherRangi
2018-02-04"chances" → "probabilities", since other files use that term and "changes" ↵Rangi
exists right next to it
2018-02-03Sync _Rangi
2018-02-03Macro factors out sine code, just like sine data, since it's used 5 timesRangi
2018-02-03Keep documentation in sync with new WRAM labelsRangi
2018-02-02use "x + -1" not "x +- 1"Rangi
(TODO: use "x - 1" once rgbds allows it)
2018-02-02spriteface → objectface, consistent with the other script commandsRangi
2018-02-02Remove checkmorn/checkday/checknite macrosRangi
2018-02-02Script commands don't have underscoresRangi
2018-02-01warp_event x, y, map, warp_idRangi
2018-01-31const_def NRangi
2018-01-31Add TOCRangi
2018-01-31Forgot the person→object renameRangi
2018-01-31Comment the person constants sections, like the othersRangi
2018-01-30Don't repeat a subheadingRangi
2018-01-30SPRITEMOVEDATA_LAPRAS → SPRITEMOVEDATA_SWIM_WANDERRangi
(more precise, and encourages hacks to add more SWIM movements)
2018-01-30Better headingsRangi
2018-01-30Clarify big doll-related constants (Snorlax and Lapras are symmetrical, Onix ↵Rangi
is not)
2018-01-30SPRITEMOVEDATA_ITEM_TREE → SPRITEMOVEDATA_STILL (it's used for other ↵Rangi
things like Azalea's Slowpokes, not just items and trees)
2018-01-30Remove unreferenced map script heading labelsRangi
2018-01-28grep -rl warp_def . | xargs sed -i s/warp_def/warp_event/gRangi
2018-01-26G/S Scripting Compendium linkRangi
2018-01-26Sync documentation with codeRangi
2018-01-26Move-unique effect commands consistently go in engine/battle/move_effects/Rangi
2018-01-24Remove Special_ prefix from special routines (close #478)Rangi
2018-01-23MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue ↵Rangi
#440)
2018-01-23trainers put the class and id first: `trainer YOUNGSTER, JOEY1, ...`Rangi
2018-01-23hiddenitem, like itemball and object_event, puts the item first and the ↵Rangi
event last
2018-01-23Daisy offers "grooming", not "massage"Rangi