summaryrefslogtreecommitdiff
path: root/mobile/mobile_45.asm
AgeCommit message (Expand)Author
2020-11-09Replace $0 with 0 for "ld l, a / ld h, 0" idiomRangi
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
2020-04-04Upgrade to rgbds 0.4.0Rangi
2020-03-31Assorted labels in mobile related code (#702)Andrew Cook
2019-11-23Fix miscellaneous points made in #658Rangi
2019-11-23Keep mobile SECTION declarations in main.asm, and name them "mobileXX" like "...Rangi
2019-11-19Remove old charmap sectionsmid-kid
2019-11-18Fixed a charmap warning with the new RGBDSColton G. Rushton
2019-10-21Document some mobile-related things, discovered thanks to Dan Docs and the ef...mid-kid
2019-08-11Store a mobile tilemap+tilemap in its own filesRangi
2019-04-09TextBox -> Textboxmid-kid
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-09-09Curr -> CurRangi
2018-08-25Remove HRAM label address commentsRangi
2018-08-25Use labels instead of constants for HRAMRangi
2018-08-07wWeeklyFlags -> wDailyFlags2mid-kid
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-06-25Remove even more address commentsmid-kid
2018-06-24Remove all address commentsmid-kid
2018-02-03Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-01-24Remove Special_ prefix from special routines (close #478)Rangi
2018-01-24Rename some routines to avoid conflicts when removing "Special_" prefixesRangi
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-23Prefix wram labels with w, part 1.luckytyphlosion
2018-01-23MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #...Rangi
2018-01-19Japanese characters in Japanese text (e.g. "ォ" not "," for $f4)Remy Oukaour
2018-01-18Disambiguate "%" and "<NO>"Remy Oukaour
2018-01-18Only graphics data goes in gfx/Remy Oukaour
2018-01-16map_header → map_def; map_header_2 → map_dataRemy Oukaour
2018-01-14Merge branch 'master' of https://github.com/mid-kid/pokecrystal (resolve PR #...Remy Oukaour
2018-01-14Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...Remy Oukaour
2018-01-14Use constants for menu flagsmid-kid
2018-01-13menu_coords macro for (x1, y1, x2, y2) order (see issue #440)Remy Oukaour
2018-01-10Arrays end with -1, not $ffRemy Oukaour
2018-01-02No more mobile EQUS ret (replace with Stubbed_ + ret)xCrystal
2018-01-02Clean up XXX comments for unused contentxCrystal
2018-01-01Rename Pals labels in WRAM bank 5xCrystal
2017-12-28Prefix engine_flags wram addresses with wxCrystal
2017-12-26Rename some sectionsRemy Oukaour
2017-12-25Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % $100`...Remy Oukaour
2017-12-24Renaming: (fix #412)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