summaryrefslogtreecommitdiff
path: root/home/text.asm
AgeCommit message (Collapse)Author
2021-05-09Require rgbds 0.5.1Rangi
Use some new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
2021-03-17Consistent labels for each nickname in RAMRangi
2021-03-11Verify script command table sizesRangi
2021-01-09Rename GetFarHalfword to GetFarWordRangi
2020-12-23Remove "Buffer" suffix from two HRAM labelsRangi
2020-12-07FarString -> PlaceFarString, and FarPlaceString -> BrokenPlaceFarStringRangi
2020-10-28Replace many '; unused' with '; unreferenced'Rangi
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
2020-08-18Merge pull request #60 from mid-kid/masterRangi
Rub a dub dub, thanks for the grub
2020-08-18Enable compatibility with upcoming RGBASM versionRangi
This is additionally required, because an `elif`'s condition is evaluated even when it's about to be skipped over, and this `"\2"` will become an error
2020-08-17"<NULL>" -> 0, for 'and a'Rangi
2020-08-17Use ISCONST for future rgbds lexer compatibilityRangi
2020-08-04TX_NUM -> TX_DECIMALmid-kid
2020-07-06text_linkpromptbutton -> text_waitbuttonRangi
Removes support for text_waitbutton as a legacy alias for text_promptbutton.
2020-06-29Identify more labels and constantsRangi
2020-06-21Comment more ROM labels as unreferencedRangi
(Some unreferenced labels are above code which is still used via fallthrough!)
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-16Harmonize home/ with pokecrystalRangi
2020-06-15Port miscellaneous recent updates from pokecrystalRangi
2020-05-13Many minor cleanups.entrpntr
2020-04-22Finish home cleanup, identify tileset data, other misc cleanups.entrpntr
2020-04-20Finish disassembling battle core.entrpntr
2020-04-06Add unnamed.py and update for rgbds v0.4.x before continuing.entrpntr
2020-03-16Sync home/ with pokecrystallibjet
2020-02-19Use labels instead of constants for HRAMlibjet
2020-02-18Update math.asm and add print_text.asmlibjet
2019-12-12Update predef_pointers and wram, and correct typo's caused by search + replacelibjet
2019-12-11Updated macros/scripts/text.asm and cleaned up macros.asmlibjet
2019-08-16Incorporate the rest of the audio engine.IIMarckus
2018-08-16Sync many constant/macro files with pokecrystal.IIMarckus
2018-07-06Add the three banks of common text.IIMarckus
2017-08-24Upgrade repo for compatibility with current rgbds (breaks pre-0.3.3 ↵PikalaxALT
compatibility)
2016-06-17map, farcall, and predef in homepikalaxalt
2016-06-16home/video.asmpikalaxalt
2016-06-16Text enginepikalaxalt
2016-01-29Import stuff from pokecrystal; diff gold and silverPikalaxALT