aboutsummaryrefslogtreecommitdiffstats
path: root/text.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-02Require rgbds 0.6.0Rangi1-3/+0
2022-07-10Sync Pokédex rating text with pokeyellowRangi1-0/+1
2020-11-06Sync more with pokeredRangi1-1/+1
2020-11-04Start reorganizing pokeyellowRangi1-1/+1
2020-11-04Sync with pokereddannye1-3358/+228
2020-07-07Names for more SECTIONsRangi1-1/+1
2020-07-03Reorganize constants/Rangi1-6/+1
To do: add comments associating constants with data and code
2020-07-03Add subdirectories to data/ similar to pokecrystalRangi1-3123/+219
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
2020-06-27Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi1-32/+16
Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
2020-06-02Change wGrassRate to wLinkEnemyTrainerNameNog-Frog1-4/+4
2020-05-26Change "Set to box" to "Sent to box"Nog-Frog1-1/+1
2020-05-20Sync with pokereddannye1-206/+223
2019-01-01Rename map files, labels, and constants to be consistent and work with ↵Rangi1-212/+215
Polished Map
2018-11-18Clean up pre-linkerscript remnants.luckytyphlosion1-10/+10
2018-11-18Clean up pre-linkerscript remnants.luckytyphlosion1-13/+13
2018-04-01remove BANK[] and bank constants from ROMX sectionsyenatch1-21/+10
2017-07-30Replaced all instances of $52, $53, and $5A with "<PLAYER>", "<RIVAL>", and ↵Víctor M. González1-1/+1
"<USER>" respectively.
2017-03-21Revert "Fix floating sections"AntonioND1-13/+13
This reverts commit cec6e6e2fb7886acc85200f921d3913fd2ea8a2b. Signed-off-by: AntonioND <antonio_nd@outlook.com>
2017-03-14Fix floating sectionsAntonioND1-13/+13
This is needed to prevent rgblink from moving them around in future releases. Signed-off-by: AntonioND <antonio_nd@outlook.com>
2016-06-12sync textYamaArashi1-152/+153
2016-06-12sync engine code with pokeyellowYamaArashi1-2/+2
2016-06-11More syncing with pokereddannye1-0/+1
from April 8, 2016 to present
2016-06-11Sync with pokereddannye1-13/+13
from August 29, 2015 to April 6, 2016
2016-06-08Sync somewhat with pokeyellow.IIMarckus1-8/+0
2016-06-08Part 1 of syncing with pokered.IIMarckus1-8/+0
2016-06-07Remove the Beach House option.IIMarckus1-3/+0
2016-06-06Clean up white spacedannye1-1/+1
2016-06-06Clean up Makefiledannye1-0/+1
2016-06-01Text macros; Prize Roompikalaxalt1-164/+164
2016-05-23Bank7 misc functionsluckytyphlosion1-1/+3
Also delete gfx/intro_nido pngs (aren't used in the build)
2016-05-22Bank11 and 14 misc functions.luckytyphlosion1-2/+3
2016-04-08Clean up script labels in marts and Pokémon Centers.IIMarckus1-0/+1
2016-02-17Use rgbasm -D in the makefile.yenatch1-0/+1
2016-01-09fix typoesYamaArashi1-3/+3
2016-01-05Fix a typoPikalaxALT1-1/+1
2015-12-06Define text banks relative to the first one. Clean up address comments.IIMarckus1-669/+489
2015-11-28Bank9 misc. functionsluckytyphlosion1-7/+7
PrintMonType and SaveTrainerName
2015-10-29overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion1-6/+6
W_, add PIKAHAPPY_TRADE Also make replace.sh take args
2015-08-30No more W_dannye1-13/+13
2015-08-14named battle and learn move variablesYamaArashi1-5/+5
2015-08-12named more variablesYamaArashi1-8/+8
2015-08-07named CountSetBits output variableYamaArashi1-6/+6
2015-08-01Attempt to make yellow buildable, part 3luckytyphlosion1-12/+0
2015-08-01Remove (incorrect) address commentsU-Daniel-PC\Daniel1-0/+12
Conflicts: text.asm
2015-08-01text.oU-Daniel-PC\Daniel1-651/+656
Conflicts: main.asm text.asm text/maps/cerulean_trade_house.asm text/maps/copycats_house_1f.asm text/maps/daycare_2.asm text/maps/museum_2f.asm text/maps/oaks_lab.asm text/maps/pewter_gym.asm text/maps/route_9_1.asm text/maps/school.asm text/maps/vermilion_gym_1.asm wram.asm yellow/text.asm
2015-07-18fix variable namingYamaArashi1-1/+1
2015-07-17money / coins hram constantsYamaArashi1-5/+5
2015-07-16Swap trade center and battle centerdannye1-2/+2
also rename battle center to colosseum closes https://github.com/iimarckus/pokered/issues/102
2015-07-15menu stuffYamaArashi1-1/+1
2015-07-03Rename/organize part 1 of 4U-Daniel-PC\Daniel1-2/+2
rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github