aboutsummaryrefslogtreecommitdiffstats
path: root/text.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/pokered/master'Rangi2022-10-021-3/+0
|\
| * Require rgbds 0.6.0Rangi2022-10-021-3/+0
| |
| * Sync Pokédex rating text with pokeyellowRangi2022-07-101-0/+1
| |
| * Names for more SECTIONsRangi2020-07-071-1/+1
| |
| * Reorganize constants/Rangi2020-07-031-6/+1
| | | | | | | | To do: add comments associating constants with data and code
| * Add subdirectories to data/ similar to pokecrystalRangi2020-07-031-3123/+219
| | | | | | | | Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
| * Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi2020-06-271-32/+16
| | | | | | Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
| * Change wGrassRate to wLinkEnemyTrainerNameNog-Frog2020-06-021-4/+4
| |
| * Change "Set to box" to "Sent to box"Nog-Frog2020-05-261-1/+1
| |
| * Rename map files, labels, and constants to be consistent and work with ↵Rangi2019-01-011-212/+215
| | | | | | | | Polished Map
| * Clean up pre-linkerscript remnants.luckytyphlosion2018-11-181-13/+13
| |
| * Replaced all instances of $52, $53, and $5A with "<PLAYER>", "<RIVAL>", and ↵Víctor M. González2017-07-301-1/+1
| | | | | | | | "<USER>" respectively.
| * Revert "Fix floating sections"AntonioND2017-03-211-13/+13
| | | | | | | | | | | | This reverts commit cec6e6e2fb7886acc85200f921d3913fd2ea8a2b. Signed-off-by: AntonioND <antonio_nd@outlook.com>
| * Fix floating sectionsAntonioND2017-03-141-13/+13
| | | | | | | | | | | | | | This is needed to prevent rgblink from moving them around in future releases. Signed-off-by: AntonioND <antonio_nd@outlook.com>
| * sync textYamaArashi2016-06-121-152/+153
| |
| * sync engine code with pokeyellowYamaArashi2016-06-121-2/+2
| |
| * Sync somewhat with pokeyellow.IIMarckus2016-06-081-8/+0
| |
| * Remove the Beach House option.IIMarckus2016-06-071-3/+0
| |
| * Clean up script labels in marts and Pokémon Centers.IIMarckus2016-04-081-0/+1
| |
| * Use rgbasm -D in the makefile.yenatch2016-02-171-0/+1
| |
| * fix typoesYamaArashi2016-01-091-3/+3
| |
| * Fix a typoPikalaxALT2016-01-051-1/+1
| |
| * Define text banks relative to the first one. Clean up address comments.IIMarckus2015-12-061-669/+489
| |
| * No more W_dannye2015-08-301-13/+13
| |
* | Sync more with pokeredRangi2020-11-061-1/+1
| |
* | Start reorganizing pokeyellowRangi2020-11-041-1/+1
| |
* | Sync with pokereddannye2020-11-041-3358/+228
| |
* | Sync with pokereddannye2020-05-201-206/+223
| |
* | Clean up pre-linkerscript remnants.luckytyphlosion2018-11-181-10/+10
| |
* | remove BANK[] and bank constants from ROMX sectionsyenatch2018-04-011-21/+10
| |
* | More syncing with pokereddannye2016-06-111-0/+1
| | | | | | | | from April 8, 2016 to present
* | Merge branch 'master' of https://github.com/pret/pokeyellowdannye2016-06-111-8/+0
|\ \
| * | Part 1 of syncing with pokered.IIMarckus2016-06-081-8/+0
| | |
* | | Sync with pokereddannye2016-06-111-13/+13
|/ / | | | | | | from August 29, 2015 to April 6, 2016
* | Clean up white spacedannye2016-06-061-1/+1
| |
* | Clean up Makefiledannye2016-06-061-0/+1
| |
* | Text macros; Prize Roompikalaxalt2016-06-011-164/+164
| |
* | Bank7 misc functionsluckytyphlosion2016-05-231-1/+3
| | | | | | | | Also delete gfx/intro_nido pngs (aren't used in the build)
* | Bank11 and 14 misc functions.luckytyphlosion2016-05-221-2/+3
| |
* | Bank9 misc. functionsluckytyphlosion2015-11-281-7/+7
| | | | | | | | PrintMonType and SaveTrainerName
* | overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion2015-10-291-6/+6
| | | | | | | | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args
* | Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion2015-08-301-19/+20
|\| | | | | | | Doesn't build.
| * named battle and learn move variablesYamaArashi2015-08-141-5/+5
| |
| * named more variablesYamaArashi2015-08-121-8/+8
| |
| * named CountSetBits output variableYamaArashi2015-08-071-6/+6
| |
| * fix variable namingYamaArashi2015-07-181-1/+1
| |
| * money / coins hram constantsYamaArashi2015-07-171-5/+5
| |
| * Merge branch 'master' of https://github.com/iimarckus/pokereddannye2015-07-161-1/+1
| |\
| | * menu stuffYamaArashi2015-07-151-1/+1
| | |
| * | Swap trade center and battle centerdannye2015-07-161-2/+2
| |/ | | | | | | | | also rename battle center to colosseum closes https://github.com/iimarckus/pokered/issues/102