summaryrefslogtreecommitdiff
path: root/text
AgeCommit message (Collapse)Author
2018-01-09Move text/ into data/Remy Oukaour
2017-12-26Split battle/ into data/ and engine/ componentsRemy Oukaour
2017-12-23Merge remote-tracking branch 'origin/master' into masteryenatch
2017-12-16Move some more main.asm routines into individual filesRemy Oukaour
2017-12-15Move more contiguous related code blocks from main.asm to engine/ and events/Remy Oukaour
2017-12-15Labelling the remaining stuff one sed at a time.surskitty
2017-12-15Move data/audio/ back into audio/Remy Oukaour
Keep trainer data together
2017-12-14The labelling never ends, but phone_scripts.asm does.surskitty
2017-12-14phone_scripts is most of the way there, too.surskitty
2017-12-14phone_callers.asm is now fully readable, if not fully labelled.surskitty
2017-12-13Labels, including a comment explaining RandomPhoneRareWildMon.surskitty
2017-12-13Another batch of labels. Jack's move trivia, mostly.surskitty
2017-12-13Some more phone labels.surskitty
2017-12-13Labelling the bragging phone calls.surskitty
2017-12-11Move pic animation documentation to docs/Remy Oukaour
Move growth rates to a data/ table Name more SECTIONs
2017-12-11Keep table labels in the same files as their contents.Remy Oukaour
2017-12-10PokeCenter → Pokecenter (consistent with the POKECENTER map constants)Remy Oukaour
2017-10-25Labelling a few mom scripts.surskitty
2017-09-23Fix section linkingPikalaxALT
Create linker script and float all sections
2017-03-24Revert "Fix floating sections"Ben10do
This reverts commit e28b88f56d666484b994fc9cf28cc5d4cf50c803.
2017-03-15Fix floating sectionsAntonioND
This is needed so that rgblink doesn't move them around after modifying it's placement algorithm. Signed-off-by: AntonioND <antonio_nd@outlook.com>
2016-07-29pitchoffset macro to replace forceoctavePikalaxALT
2016-05-04More splitting of main.asm; remove unneeded rept 2pikalaxalt
2016-04-10Local labels starting with capital letters are now decorated with a trailing ↵pikalaxalt
colon; remove trailing whitespace; globally correct line endings to UNIX style
2016-01-18Prepare to mergePikalaxALT
2016-01-09Pokegear functions and RAM labelsPikalaxALT
2016-01-07Improve text labels, trim address comments.IIMarckus
2016-01-06Text labels for Places and People.IIMarckus
2015-12-24Merge branch 'master' of github.com:pret/pokecrystal into scriptmacrorenamingPikalaxALT
2015-12-18Events and some WRAM cleanupPikalaxALT
2015-12-18'db "@" \ db "@"' to 'db "@@"'.IIMarckus
2015-12-18Split common text into a separate object.IIMarckus
2015-12-17Merge branch 'master' of https://github.com/pret/pokecrystal into ↵PikalaxALT
scriptmacrorenaming
2015-12-17text/common.asm is only for std scripts.IIMarckus
2015-12-17Mobile trade animations, pokepic animationsPikalaxALT
2015-12-14mystery gift, creditsPikalaxALT
2015-12-13PackPikalaxALT
2015-11-28Renaming sections, further dissolving main.asmPikalaxALT
2015-11-25Rename several script commandsPikalaxALT
2015-11-23bug contest judgint labelsPikalaxALT
2015-11-23trade animationPikalaxALT
2015-11-22Foreign language font handling in mailPikalaxALT
2015-11-20Replace 6PikalaxALT
2015-11-20Annotate battle tower text bugPikalaxALT
2015-11-01Fix merge conflictsPikalaxALT
2015-11-01Prepare to mergePikalaxALT
2015-10-30Enumerate text constantsPikalaxALT
2015-10-26merge with newest updateJimB16
2015-10-24About time I got to these functionsPikalaxALT
2015-10-19merge conflicts resolvedJimB16