Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-01 | Label more map scripts | Rangi | |
2018-03-01 | Label more map scripts | Rangi | |
2018-02-28 | Label more map scripts | Rangi | |
2018-02-28 | Label more map scripts | Rangi | |
2018-02-27 | "; unused" comments | Rangi | |
2018-02-27 | Replace "Map<MapName>Signpost<#>Script" labels | Rangi | |
2018-02-26 | * BillPhoneGeneriText -> BillPhoneGenericText | Rangi | |
* data/phone/text/trainers1.asm -> data/phone/text/trainers.asm * ,ROM -> , ROM0 | |||
2018-02-26 | Document more quirks and bugs | Rangi | |
2018-02-26 | Address @SatoMew's comment re: #491 | Rangi | |
2018-02-26 | Document HOF Master bug (close #494) | Rangi | |
2018-02-25 | Merge pull request #476 from Rangi42/master | yenatch | |
Resolve some issues; rename some maps; move more tables into data/; warp_def → warp_event (ready to merge) | |||
2018-02-25 | "HUMANSHAPE, aka Humanshape" | Rangi | |
2018-02-25 | Mention unused Battle Tower-related text (resolves #491) | Rangi | |
2018-02-25 | Mention "HAUNTED HOUSE" (resolves #492) | Rangi | |
2018-02-25 | ENGINE_BUG_CONTEST_ON -> ENGINE_MAIN_MENU_MOBILE_CHOICES (resolves #490) | Rangi | |
Went with CHOICES instead of HIDDEN since setting the flag would presumably have shown the items, not hidden them | |||
2018-02-25 | Pokecom Center Admin Room -> Office | Rangi | |
2018-02-25 | Comment Stadium 2 alternative egg group names | 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 | Merge pull request #477 from mid-kid/master | yenatch | |
Medium-sized cleanups | |||
2018-02-25 | Default macro parameters use recursion; avoids repeating internal structure | Rangi | |
2018-02-25 | Merge pull request #486 from surskitty/master | yenatch | |
Another batch of label names | |||
2018-02-25 | * loadmenuheader -> loadmenu (ead103d) | Rangi | |
* objectface -> turnobject (c834bda) | |||
2018-02-25 | Meaningful $ff values | Rangi | |
2018-02-25 | * Remove rept 4 (fa3192e) | Rangi | |
* FindGreaterThanThatLevel -> FindAboveLevel (132fe46) * More meaningful egg group names (0eeb00d) | |||
2018-02-25 | Format map object attributes like trainer attributes, in preparation for bit ↵ | Rangi | |
flag constants | |||
2018-02-25 | NO_ITEM == 0 | Rangi | |
2018-02-25 | Sprite data values match GetSpriteLength return values and are not limited ↵ | Rangi | |
to multiples of 4 | |||
2018-02-22 | Label wPokemonWithdrawDepositParameter of RemoveMonFromPartyOrBox | mid-kid | |
It takes a clearly different parameter, completely unrelated and different in function to PC_DEPOSIT and PC_WITHDRAW. | |||
2018-02-22 | Fix TRUE/FALSE constants for CalcMonStats | mid-kid | |
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-20 | Use maskbits NUM_TYPES | Rangi | |
2018-02-15 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
# Conflicts: # maps/KrissHouse2F.asm | |||
2018-02-15 | Merge pull request #487 from luckytyphlosion/master | yenatch | |
Fix more w-izing edge cases. | |||
2018-02-14 | mapconst H, W -> map_const W, H | mid-kid | |
We've been fixing all of the conventions to be X/Y and W/H, so we should fix this one as well. | |||
2018-02-14 | Label some daycare-related functions | mid-kid | |
2018-02-13 | Fix use of one constant | mid-kid | |
2018-02-12 | CalcwBufferMonStats -> CalcBufferMonStats | mid-kid | |
The 'w' was probably added in some mass-replacement. It's completely irrelevant to the function itself and doesn't fit the PascalCase model. | |||
2018-02-09 | Comment GeneratePartyMonStats | mid-kid | |
2018-02-09 | Make tileset palette maps easier to edit | Rangi | |
2018-02-08 | Don't let the Makefile pick up .tilemap files | mid-kid | |
We don't generate any tilemap file with rgbgfx yet, because they won't match anyway. This should be re-added when we can do it properly. | |||
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-07 | questionmark is not a pokemon pic | Rangi | |
2018-02-05 | Remove commented G/S roaming Suicune code | Rangi | |
2018-02-05 | Terser name for the does-nothing effect | Rangi | |
2018-02-05 | Off by one | Rangi | |
2018-02-05 | No redundant item effect labels | Rangi | |
2018-02-04 | Fix more w-izing edge cases. | luckytyphlosion | |
2018-02-04 | Add ROOF_ constants | Rangi | |
2018-02-04 | Consistent "X percent [+/- Y]" order | Rangi | |
2018-02-04 | Sync code with wiki | Rangi | |