summaryrefslogtreecommitdiff
path: root/text/battle.asm
AgeCommit message (Collapse)Author
2018-01-09Move text/ into data/Remy Oukaour
2017-12-11Keep table labels in the same files as their contents.Remy Oukaour
2016-01-18Prepare to mergePikalaxALT
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-11-28Renaming sections, further dissolving main.asmPikalaxALT
2015-11-23bug contest judgint labelsPikalaxALT
2015-11-23trade animationPikalaxALT
2015-11-01Fix merge conflictsPikalaxALT
2015-10-30Enumerate text constantsPikalaxALT
2015-09-10changed more labelsJimB16
2015-09-06changed varlabels for multiply- and divide-func, renamed battletext-labelsJimB16
2015-08-25change more labelssJimB16
2015-08-23changed labels and added commentsJimB16
2015-06-27Use charmaps for special string codepoints.yenatch
Also fix all the text. Also fix some unreferenced scripts that were interpreted as text.
2015-06-11Labels for "sent some to mom" text.IIMarckus
2015-02-10Blind wram part 5.yenatch
starting to go smoothly
2014-06-18Residual damage, battle text labels, pic predefs.yenatch
2014-06-13Battle type constants in the wild.yenatch
Also add constants for trap and Celebi event battles.
2014-03-06Text macros in text/.yenatch
2014-02-01Use :: to export labels between objects.yenatch
This fixes the build.
2013-06-17LostBattle and HalveMoneyyenatch
2013-05-12Split battle text from main.Sanky