Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-29 | Add meaningful aliases for wd265 | Rangi | |
Introduce MONICON_* constants Introduce BATTLEPLAYERACTION_* constants | |||
2018-07-24 | Correct NUM_STATS | Rangi | |
2018-07-22 | ANIM_MON_UNUSED → ANIM_MON_HOF | Rangi | |
2018-07-18 | Make proper cmdqueue constants | mid-kid | |
2018-07-13 | Correct wTradeFlags length | Rangi | |
2018-07-12 | SFX_UNKNOWN_7F → SFX_TOXIC | Rangi | |
2018-07-11 | Replace more hex values with constants or decimal | Rangi | |
2018-07-10 | Use more options constants | Rangi | |
2018-07-05 | More LCDC bit constants | Rangi | |
2018-06-28 | Add more collision nybble constants | Rangi | |
2018-06-24 | Fix triple newlines left over from removing address comments | Rangi | |
2018-06-24 | FISHGROUP_DATA_LENGTH | Rangi | |
2018-06-23 | Separate Mart constants from item data constants | Rangi | |
2018-06-04 | Alignment | mid-kid | |
2018-06-04 | Use structure constants for channel_struct | mid-kid | |
2018-06-01 | SGB palette roles discovered from Spaceworld beta G/S | Rangi | |
2018-05-23 | Identify more sprite move data flag bits | Rangi | |
2018-05-23 | Identify USE_OBP1_F | Rangi | |
2018-05-23 | WALKS_ON_WATER → SWIMMING | Rangi | |
2018-05-23 | More sprite movement data flag constants | Rangi | |
2018-05-23 | Use known sprite movement data flag constants | Rangi | |
2018-05-23 | Start improving sprite movement engine (to do: identify bit flags) | Rangi | |
Introduce maskbits N[, S]: optionally shift the bitmask | |||
2018-05-18 | Fix comments | Rangi | |
2018-05-06 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
2018-05-06 | Keep macros near relevant data | Rangi | |
2018-05-06 | Fix rest of the givepokeitem/checkpokeitem references | mid-kid | |
2018-05-05 | Explicit NO_LIMITS instead of 0 | Rangi | |
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-09 | Merge pull request #503 from Rangi42/master | yenatch | |
Factor wMisc into meaningful parts; move most code out of home.asm | |||
2018-04-09 | Correct map constant comments | Rangi | |
2018-04-05 | Use constants for bit/set/res more | Rangi | |
2018-04-05 | Use Stadium 2 Egg Group names | mid-kid | |
Out of the current two most prevalent official conventions, this one was chosen, because they're used in a direct counterpart to this game, and thus feel more accurate. | |||
2018-04-05 | GENDERLESS -> GENDER_UNKNOWN | mid-kid | |
This is how they're called in official sources, and it fits better with the other `GENDER_` constants. | |||
2018-04-04 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
2018-04-04 | Update docs and comments to reflect renames | mid-kid | |
2018-04-04 | Use constants for screen size in metatiles | Rangi | |
2018-04-01 | Fix file permissions | mid-kid | |
I have no idea why this was a thing (do people store this repo on FAT32 flash drives or something?), but quite a bit of files had a permission of 755. This isn't really a problem, but it's inconsistent and weird. | |||
2018-04-01 | Update file paths in constants/ and docs/ | mid-kid | |
2018-03-19 | Relabel some map-related WRAM | Rangi | |
wMisc -> {wSurroundingTiles, wBoxPartialData, wLink_c608} wOverworldMap -> {wOverworldMapBlocks, wHallOfFamePokemonList} | |||
2018-03-04 | HOF_MASTER_COUNT EQU 200 | Rangi | |
2018-03-02 | Improve some code labels | Rangi | |
2018-02-26 | Document HOF Master bug (close #494) | Rangi | |
2018-02-25 | "HUMANSHAPE, aka Humanshape" | 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 | * Remove rept 4 (fa3192e) | Rangi | |
* FindGreaterThanThatLevel -> FindAboveLevel (132fe46) * More meaningful egg group names (0eeb00d) | |||
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 | 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. |