summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2018-08-07Consistency with order of constant commentsmid-kid
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-29Make reviewed fixes; standardize on " + "Rangi
2018-07-29wDeciramBuffer → wBreedingCompatibility in UnknownText_0x1bd0d8Rangi
2018-07-29Add meaningful aliases for wd265Rangi
Introduce MONICON_* constants Introduce BATTLEPLAYERACTION_* constants
2018-07-24db $0, $0 → dn 0, 0, 0, 0 ; DVsRangi
2018-07-18Fix misnamed character codesmid-kid
Some character codes were erroneously named after their text command counterparts. This has caused a lot of confusion with naming their functions and with other things. I've also removed the `dict2` macro and expanded the `dict` macro. This really isn't something we should be doing for macros but I can't deny it looks a lot neater than repeated code.
2018-07-16Fewer uses of 'Thing2 - Thing1' for sizeof(Thing)Rangi
2018-07-16Consistently use dn for DVsRangi
2018-07-15Tile values agree in data/sprites/emotes.asm and data/sprites/facings.asmRangi
2018-07-12SFX_UNKNOWN_7F → SFX_TOXICRangi
2018-07-11SFX_DEX_FANFARE_50_79 and SFX_LEVEL_UP use identical data, and technically ↵Rangi
the level-up text plays the former
2018-07-07landmark macro includes the +8/+16 offsets for X/Y coordinatesRangi
2018-07-05Correct file pathRangi
2018-07-04Use TRUE/FALSE for wSaveFileExistsRangi
2018-07-04Miscellaneous reorganization fixesRangi
2018-06-25Keep more data/ INCLUDEs with relevant routinesRangi
2018-06-25Single newline at the end of filesRangi
2018-06-25Remove more triple newlinesRangi
2018-06-24"→" should be "ェ"Rangi
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-06-24Remove more address commentsRangi
2018-06-24Remove address commentRangi
2018-06-24Merge branch 'master' of https://github.com/pret/pokecrystalRangi
# Conflicts: # engine/items/mart.asm
2018-06-25Remove even more address commentsmid-kid
That should be all of them this time
2018-06-24Remove all address commentsmid-kid
2018-06-24Unreferenced_53d84 → Unreferenced_MonPicBanks from pokegold-spaceworldRangi
2018-06-12Note which labels are only needed for locating banks (relevant to issue #485)Rangi
2018-06-06Use dnRangi
2018-06-06Specify DVs individuallyRangi
2018-06-05Merge pull request #517 from mid-kid/masteryenatch
Some fixes all around
2018-06-05Fix other unused shiny check labelyenatch
2018-06-04Use structure constants for channel_structmid-kid
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-19Correct commentRangi
2018-05-18Constants for PC menu indexesRangi
'db ' -> 'db '
2018-05-06Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-05-06'rept' is not indentedRangi
2018-05-05Combine bit flags with | not +Rangi
2018-05-05Explicit NO_LIMITS instead of 0Rangi
2018-05-05Use explicit HELD_NONE, not 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-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.