summaryrefslogtreecommitdiff
path: root/home/map.asm
AgeCommit message (Expand)Author
2020-07-13Disassemble the final English debug ROMRangi
2020-06-22Identify some more labelsRangi
2020-06-21Comment more ROM labels as unreferencedRangi
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-04-18Miscellaneous fixes, including one for the Pokédex design flaw by ax6Rangi
2020-04-06hStackBank -> hTempBankRangi
2020-04-06hBuffer -> hStackBank and hFarByteRangi
2020-03-21rgbds supports 'X - 1' instead of 'X + -1'Rangi
2020-02-23Replace some "idiotic", "wtf", "stupid interns" comments with more common "us...Rangi
2020-02-22Small home/ reorganizationmid-kid
2020-02-13Remove FarCall prefix from SwapTextboxPalettes and ScrollBGMapPalettesmid-kid
2020-01-04Merge pull request #660 from mid-kid/masterRangi
2019-12-03Update some labelsRangi
2019-11-18Make the map setup commands match the actual function names bettermid-kid
2019-11-03Rename OBJECT_LENGTH to MAPOBJECT_LENGTH and OBJECT_STRUCT_LENGTH to OBJECT_L...Rangi
2019-10-21Fix some mobile script and map sign thingsmid-kid
2019-10-20#641 fixes and additions. (#646)mid-kid
2019-06-09Fix overworld scrolling function namesmid-kid
2019-04-19Identify some more WRAM labelsRangi
2019-04-09TextBox -> Textboxmid-kid
2019-04-08Identify and eliminate wEngineBuffer1-5Rangi
2019-03-03Define constants for map event sizesRangi
2019-03-03Identify more collision-related constants and dataRangi
2019-01-30wc7e8 -> wUnusedC7E8 (similar to wUnusedD102)Rangi
2019-01-24Keep "paragraphs" of related code togetherRangi
2018-11-18Resolve issue #575: Rename text commandsRangi
2018-11-05text_jump → text_farmid-kid
2018-09-09Remove redundant commentsRangi
2018-09-09Curr -> CurRangi
2018-08-25Use labels instead of constants for HRAMRangi
2018-07-04Miscellaneous reorganization fixesRangi
2018-06-28Add more collision nybble constantsRangi
2018-06-25No space between labels and bodiesRangi
2018-06-25Remove even more address commentsmid-kid
2018-06-24Remove all address commentsmid-kid
2018-04-04Use constants for screen size in metatilesRangi
2018-03-19Relabel some map-related WRAMRangi
2018-02-03Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-02-03map → map_id; map_def → map; map_data → map_attributesRangi
2018-01-24Remove Special_ prefix from special routines (close #478)Rangi
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-23MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #...Rangi
2018-01-22wStatusFlags/2 bit constantsRangi
2018-01-19Resolve #471 (although link code still needs more cleanup, like its WRAM labels)Remy Oukaour
2018-01-18Compute wc7e8 sizeRemy Oukaour
2018-01-17Rename some tilesets (close #467)Remy Oukaour
2018-01-16map_header → map_def; map_header_2 → map_dataRemy Oukaour
2018-01-14Merge branch 'dev' of https://github.com/TheMostCuriousThing/pokecrystal (res...Remy Oukaour
2018-01-14Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...Remy Oukaour
2018-01-11Use maskbits some moreRemy Oukaour