summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2018-10-31gfx/roofs/*.png filenames match ROOF_* constantsRangi
2018-09-01normal.gbcpal → front.gbcpalRangi
Eliminate redundant Makefile rules Keep Makefile's Pokemon-specific hack rules next to the misc file-specific graphics rules
2018-08-31Fix #537: Palettes generated from PNGs use .gbcpal directly.Rangi
This avoids overwriting a .pal file from a .png with the same name. It also prevents people from trying to edit generated .pal files.
2018-08-19Update file paths in commentsRangi
2018-08-17CheckDestinyBond -> CheckFaintmid-kid
Its main function is fainting the opponent and ending the move effect. Updated the comment accordingly.
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