summaryrefslogtreecommitdiff
path: root/constants
AgeCommit message (Collapse)Author
2018-10-27Apply SPRITE_GFX_LIST_CAPACITY to wUsedSpritesRangi
2018-10-23NUM_OBJECTS EQU $10 → 16Rangi
2018-10-21Identify BATTLEACTION_D and _E (thanks, ax6)Rangi
2018-10-03This event isn't Crystal-exclusive.IIMarckus
2018-09-22PREDEFPAL_4D -> PREDEFPAL_GAMEFREAK_LOGO_OBRangi
2018-09-22Naming screen constantsRangi
2018-09-16Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-09-16Identify some Spaceworld beta contentRangi
2018-09-16wMonStatusFlags -> wDebugFlagsmid-kid
2018-09-09Curr -> CurRangi
2018-08-19Update file paths in commentsRangi
2018-08-07wWeeklyFlags -> wDailyFlags2mid-kid
These are by far not always checked each week, and as such shouldn't be called that. Since they're almost always used through the `bit` instruction, it's very inconvenient to just make wDailyFlags a `dw` instead.
2018-07-29Add meaningful aliases for wd265Rangi
Introduce MONICON_* constants Introduce BATTLEPLAYERACTION_* constants
2018-07-24Correct NUM_STATSRangi
2018-07-22ANIM_MON_UNUSED → ANIM_MON_HOFRangi
2018-07-18Make proper cmdqueue constantsmid-kid
2018-07-13Correct wTradeFlags lengthRangi
2018-07-12SFX_UNKNOWN_7F → SFX_TOXICRangi
2018-07-11Replace more hex values with constants or decimalRangi
2018-07-10Use more options constantsRangi
2018-07-05More LCDC bit constantsRangi
2018-06-28Add more collision nybble constantsRangi
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-06-24FISHGROUP_DATA_LENGTHRangi
2018-06-23Separate Mart constants from item data constantsRangi
2018-06-04Alignmentmid-kid
2018-06-04Use structure constants for channel_structmid-kid
2018-06-01SGB palette roles discovered from Spaceworld beta G/SRangi
2018-05-23Identify more sprite move data flag bitsRangi
2018-05-23Identify USE_OBP1_FRangi
2018-05-23WALKS_ON_WATER → SWIMMINGRangi
2018-05-23More sprite movement data flag constantsRangi
2018-05-23Use known sprite movement data flag constantsRangi
2018-05-23Start improving sprite movement engine (to do: identify bit flags)Rangi
Introduce maskbits N[, S]: optionally shift the bitmask
2018-05-18Fix commentsRangi
2018-05-06Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-05-06Keep macros near relevant dataRangi
2018-05-06Fix rest of the givepokeitem/checkpokeitem referencesmid-kid
2018-05-05Explicit NO_LIMITS instead of 0Rangi
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-09Merge pull request #503 from Rangi42/masteryenatch
Factor wMisc into meaningful parts; move most code out of home.asm
2018-04-09Correct map constant commentsRangi
2018-04-05Use constants for bit/set/res moreRangi
2018-04-05Use Stadium 2 Egg Group namesmid-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-05GENDERLESS -> GENDER_UNKNOWNmid-kid
This is how they're called in official sources, and it fits better with the other `GENDER_` constants.
2018-04-04Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-04-04Update docs and comments to reflect renamesmid-kid
2018-04-04Use constants for screen size in metatilesRangi
2018-04-01Fix file permissionsmid-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-01Update file paths in constants/ and docs/mid-kid