summaryrefslogtreecommitdiff
path: root/mobile/fixed_words.asm
AgeCommit message (Expand)Author
2020-11-09Replace $0 with 0 for "ld l, a / ld h, 0" idiomRangi
2020-11-01Identify some more labels, and make some more consistentRangi
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
2020-08-27Fix some constants surrounding sprite animationsmid-kid
2020-07-01Identify more labels, and use the jumptable macro when possibleRangi
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-17Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenS...Rangi
2020-06-13Label some mobile addresses, and revise some commentsRangi
2020-06-07Remove a \ from the end of a comment lineRangi
2020-03-21rgbds supports 'X - 1' instead of 'X + -1'Rangi
2020-02-28Identify remaining gfx/unknown filesRangi
2020-02-13Standardize on lowercase Tilemap and Attrmapmid-kid
2020-02-13InitSpriteAnimStruct <-> _InitSpriteAnimStructmid-kid
2018-08-25Remove HRAM label address commentsRangi
2018-08-25Use labels instead of constants for HRAMRangi
2018-07-29Add meaningful aliases for wd265Rangi
2018-06-24Remove all address commentsmid-kid
2018-04-01Fix file permissionsmid-kid
2018-02-03Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-02-02use "x + -1" not "x +- 1"Rangi
2018-01-24Remove Special_ prefix from special routines (close #478)Rangi
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-22wUnlockedUnowns engine flag constantsRangi
2018-01-20PARTY_LENGTH; MON_NAME; sgb_border.binRemy Oukaour
2018-01-19Japanese characters in Japanese text (e.g. "ォ" not "," for $f4)Remy Oukaour
2018-01-19More Japanese charactersRemy Oukaour
2018-01-18Use Japanese charmap definitions in stringsRemy Oukaour
2018-01-14Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...Remy Oukaour
2018-01-02Move EZChat Pokémon order to data/Remy Oukaour
2018-01-021-based EZ Chat cursor data indexesRemy Oukaour
2018-01-02Document more sprite anim dataRemy Oukaour
2018-01-02Finish consistent Special function namesxCrystal
2018-01-02Clean up XXX comments for unused contentxCrystal
2018-01-01Rename Pals labels in WRAM bank 5xCrystal
2017-12-28endm -> ENDMxCrystal
2017-12-28Lowercase v for VRAM addressesxCrystal
2017-12-28Uppercase MACRO and EQU(S) according to the style guidexCrystal
2017-12-25Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % $100`...Remy Oukaour
2017-12-24callba/callab → farcall/callfarRemy Oukaour
2017-12-21Use NAME_LENGTH_JAPANESE moreRemy Oukaour
2017-12-15Move some misc/ files into meaningful directoriesRemy Oukaour