summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-23StringCmp → CompareBytes; CompareLong → CompareBytesLongRangi
hStringCmpString[1/2] → h[EnemyMon/PartyMon1]Speed
2018-07-23Consistent routine naming convention: 'Foo' wraps '_Foo'Rangi
2018-07-22ANIM_MON_UNUSED → ANIM_MON_HOFRangi
2018-07-22Merge pull request #543 from Rangi42/masterRangi
Add tools/free_space.awk
2018-07-21turns out none of the code is neededi0brendan0
2018-07-21final changei0brendan0
2018-07-21Merge branch 'master' of hyperdriveguy/pokecrystalIIMarckus
2018-07-21Merge branch 'master' into the-diffeningThomas Winwood
2018-07-20Add Counter and Mirror Coat bugfixHyperdriveguy
2018-07-19Merge pull request #542 from mid-kid/masteryenatch
Miscellaneous fixes
2018-07-18Fix usage of NUM_UNOWNmid-kid
2018-07-18Label more mobile WRAMmid-kid
Memes and a pipedream of a fully-documented wram.
2018-07-18Clean up TX_ commandsmid-kid
Some of the TX_ commands didn't use the TX_ prefix for their constants, and the label names were inconsistent. I've chosen to adopt the `TextCommand_` prefix as opposed to `Text_`, as it has a clear difference in namespace compared to the possibly-used `Text_` namespace for actual dialogue text.
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-18Remove some more address commentsmid-kid
2018-07-18Make proper cmdqueue constantsmid-kid
2018-07-18Fix anim_ret_commandmid-kid
2018-07-18Fix missing newlinemid-kid
2018-07-17Add tools/free_space.awkRangi
2018-07-17Merge pull request #539 from Rangi42/masteryenatch
[RTM] Miscellaneous reorganization fixes
2018-07-16Fewer uses of 'Thing2 - Thing1' for sizeof(Thing)Rangi
2018-07-16Consistently use dn for DVsRangi
2018-07-15Fix link anchorRangi
2018-07-15Update FAQRangi
2018-07-15More OAM coordinate consistencyRangi
2018-07-15Tile values agree in data/sprites/emotes.asm and data/sprites/facings.asmRangi
2018-07-13Comments for ToggleMaptileDecorationsRangi
2018-07-13Correct wTradeFlags lengthRangi
2018-07-12Changed some label according to Rangi's commentigidrau
I changed things from GitHub, so I hope this still works
2018-07-12Labeled everythingigidrau
2018-07-12SFX_UNKNOWN_7F → SFX_TOXICRangi
2018-07-11Replace more hex values with constants or decimalRangi
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-10Use more options constantsRangi
2018-07-08Remove extra parenthesesRangi
2018-07-07landmark macro includes the +8/+16 offsets for X/Y coordinatesRangi
2018-07-05More LCDC bit constantsRangi
2018-07-05TileAnimationPalette → AnimateWaterPaletteRangi
2018-07-05Correct file pathRangi
2018-07-04Use TRUE/FALSE for wSaveFileExistsRangi
2018-07-04Miscellaneous reorganization fixesRangi
2018-07-01Merge pull request #538 from yenatch/travisyenatch
osx build
2018-06-30osx buildyenatch
2018-06-30Merge pull request #534 from Rangi42/masteryenatch
[RTM] Fix triple newlines left over from removing address comments, and other improvements
2018-06-30" " → "┘" + 1Rangi
2018-06-30Use significant values 5, 6, and 7Rangi
2018-06-30No linebreakRangi
2018-06-28Add more collision nybble constantsRangi
2018-06-27Use :: for all global labels, not the GLOBAL keywordRangi
2018-06-25Use specific constants for overwritten text tilesRangi