Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-03 | Create empty sections for the remaining FixPicBank array entries | Rangi | |
2018-06-03 | Change FixPicBank bank array | Rangi | |
2018-05-24 | Function6ec1 → CanObjectMoveInDirection | Rangi | |
2018-05-23 | Identify more sprite move data flag bits | Rangi | |
2018-05-09 | Fix doc links | Rangi | |
2018-05-06 | Fix rest of the givepokeitem/checkpokeitem references | mid-kid | |
2018-05-05 | fix-various-little-things | mid-kid | |
A compilation of suggestions from the discord that don't deserve separate commits and are not questionable at all™. | |||
2018-04-05 | Use constants for bit/set/res more | Rangi | |
2018-04-04 | Merge pull request #505 from mid-kid/battlecommands | yenatch | |
Battle command fixes | |||
2018-04-04 | Update docs and comments to reflect renames | mid-kid | |
2018-04-04 | Document more Beat Up-related bugs | mid-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-01 | Update file paths in constants/ and docs/ | mid-kid | |
2018-03-04 | 201 -> 200 | Rangi | |
2018-03-04 | Bug docs match code | Rangi | |
2018-02-26 | Document more quirks and bugs | Rangi | |
2018-02-26 | Document HOF Master bug (close #494) | Rangi | |
2018-02-25 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
# 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-22 | Pkmn -> Mon | mid-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-08 | Remove EXIF metadata from images | mid-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-05 | No redundant item effect labels | Rangi | |
2018-02-04 | Keep specials files together | Rangi | |
2018-02-04 | "chances" → "probabilities", since other files use that term and "changes" ↵ | Rangi | |
exists right next to it | |||
2018-02-03 | Sync _ | Rangi | |
2018-02-03 | Macro factors out sine code, just like sine data, since it's used 5 times | Rangi | |
2018-02-03 | Keep documentation in sync with new WRAM labels | Rangi | |
2018-02-02 | use "x + -1" not "x +- 1" | Rangi | |
(TODO: use "x - 1" once rgbds allows it) | |||
2018-02-02 | spriteface → objectface, consistent with the other script commands | Rangi | |
2018-02-02 | Remove checkmorn/checkday/checknite macros | Rangi | |
2018-02-02 | Script commands don't have underscores | Rangi | |
2018-02-01 | warp_event x, y, map, warp_id | Rangi | |
2018-01-31 | const_def N | Rangi | |
2018-01-31 | Add TOC | Rangi | |
2018-01-31 | Forgot the person→object rename | Rangi | |
2018-01-31 | Comment the person constants sections, like the others | Rangi | |
2018-01-30 | Don't repeat a subheading | Rangi | |
2018-01-30 | SPRITEMOVEDATA_LAPRAS → SPRITEMOVEDATA_SWIM_WANDER | Rangi | |
(more precise, and encourages hacks to add more SWIM movements) | |||
2018-01-30 | Better headings | Rangi | |
2018-01-30 | Clarify big doll-related constants (Snorlax and Lapras are symmetrical, Onix ↵ | Rangi | |
is not) | |||
2018-01-30 | SPRITEMOVEDATA_ITEM_TREE → SPRITEMOVEDATA_STILL (it's used for other ↵ | Rangi | |
things like Azalea's Slowpokes, not just items and trees) | |||
2018-01-30 | Remove unreferenced map script heading labels | Rangi | |
2018-01-28 | grep -rl warp_def . | xargs sed -i s/warp_def/warp_event/g | Rangi | |
2018-01-26 | G/S Scripting Compendium link | Rangi | |
2018-01-26 | Sync documentation with code | Rangi | |
2018-01-26 | Move-unique effect commands consistently go in engine/battle/move_effects/ | Rangi | |
2018-01-24 | Remove Special_ prefix from special routines (close #478) | Rangi | |
2018-01-23 | MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue ↵ | Rangi | |
#440) | |||
2018-01-23 | trainers put the class and id first: `trainer YOUNGSTER, JOEY1, ...` | Rangi | |
2018-01-23 | hiddenitem, like itemball and object_event, puts the item first and the ↵ | Rangi | |
event last | |||
2018-01-23 | Daisy offers "grooming", not "massage" | Rangi | |