summaryrefslogtreecommitdiff
path: root/mobile/mobile_42.asm
AgeCommit message (Expand)Author
2020-12-23Rename some labelsRangi
2020-10-30Identify wSpriteAnimDict key constantsRangi
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
2020-10-22Identify a few more labels and dataRangi
2020-08-05Use TRUE for hCGBPalUpdatemid-kid
2020-07-17Port pokered's more local system for trade animation scriptsRangi
2020-07-01Identify more labels, and use the jumptable macro when possibleRangi
2020-06-13Label some mobile addresses, and revise some commentsRangi
2020-05-18Update some routine labels, including unreferenced onesRangi
2020-02-28Identify remaining gfx/unknown filesRangi
2020-02-13Standardize on lowercase Tilemap and Attrmapmid-kid
2020-02-13InitSpriteAnimStruct <-> _InitSpriteAnimStructmid-kid
2019-10-21Document the location of the mobile adapter colorsmid-kid
2019-10-20#641 fixes and additions. (#646)mid-kid
2019-04-13Merge pull request #622 from mid-kid/masterRangi
2019-04-09TextBox -> Textboxmid-kid
2019-03-16common_1 text documentationFontbane
2018-11-18Resolve issue #575: Rename text commandsRangi
2018-11-05text_jump → text_farmid-kid
2018-11-05Add colons to some function labelsmid-kid
2018-08-25Use labels instead of constants for HRAMRangi
2018-07-29Add meaningful aliases for wd265Rangi
2018-06-25Remove even more address commentsmid-kid
2018-06-24Remove all address commentsmid-kid
2018-05-05fix-various-little-thingsmid-kid
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
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-18Only graphics data goes in gfx/Remy Oukaour
2018-01-16"CryHeader" → "Cry"; "Cry" → "MonCry"Remy Oukaour
2018-01-16Remove Predef_ prefix from routines listed in PredefPointersRemy Oukaour
2018-01-14Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...Remy Oukaour
2018-01-14GFX tile sizes in decimalRemy Oukaour
2018-01-02Document more sprite anim dataRemy Oukaour
2018-01-02No more mobile EQUS ret (replace with Stubbed_ + ret)xCrystal
2018-01-02Consistent predef function namesxCrystal
2018-01-02More unreferenced labels cleanupxCrystal
2018-01-01Fix missing palred/palgreen/palblue constantsxCrystal
2018-01-01Rename Pals labels in WRAM bank 5xCrystal
2017-12-29Clean up .Jumptable: spacesxCrystal
2017-12-28Lowercase v for VRAM addressesxCrystal
2017-12-25Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % $100`...Remy Oukaour
2017-12-24Fix issue #345: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