summaryrefslogtreecommitdiff
path: root/src/battle_message.c
AgeCommit message (Collapse)Author
2022-03-10Add usage of battle strings table offset constantGriffinR
2021-11-17Use specific name limits for string limit functionsGriffinR
2021-11-03Add COPYWIN constantsGriffinR
2021-11-03Merge pull request #1536 from GriffinRichards/clean-brailleGriffinR
Add font id constants, better braille support
2021-10-30Add font id constantsGriffinR
2021-10-27Label remaining symbols in graphics.cGriffinR
2021-10-09More battle doc, add battle window idsGriffinR
2021-10-08Start misc battle documentationGriffinR
2021-08-24Removed trailing spaces in the most relevant filesLOuroboros
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow.
2021-06-17Update src/battle_message.c Sewef
Nothing happened. Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
2021-06-17Fix sATypeMove_Table definitionSewef
2021-06-04Rename sText_WildPkmnAppeared2 to reflect its useAJ Fontaine
sText_WildPkmnAppeared2 is used for Legendary battles, so sText_LegendaryPkmnAppeared would be more informative.
2021-05-06Fix Substitute typoFlametix
2021-04-10Merge pull request #1397 from GriffinRichards/doc-moremiscGriffinR
Clean up battle scripts
2021-04-09standardize "grey" to "gray"Kurausukun
2021-04-03Misc battle script cleanupGriffinR
2021-04-03Add remaining multistring chooser constantsGriffinR
2021-04-02Label miss string indexesGriffinR
2021-02-05Add berry tree id constantsGriffinR
2021-01-23Misc battle documentationGriffinR
2021-01-13Label remaining battle typesGriffinR
2021-01-11Merge pull request #1297 from SatoMew/masterGriffinR
Document the unused battle strings for downpour weather
2021-01-11rename string id/variable to reflect usageopakedragon
2021-01-10Document the unused battle strings for downpour weatherSatoMew
2020-12-10Merge remote-tracking branch 'upstream/master' into berry_crushKurausukun
2020-09-16Convert to -g; will be required for eliminating fakematches.Kaz
2020-09-13Undo PokeCodec's PRsaaaaaa123456789
This commit undoes most of PokeCodec's PRs after the debate in chat. Some harmless or completely superseded PRs have been left alone, as there is not much benefit in attempting to undo them. Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136, #1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179, #1180, #1181, #1182 and #1183.
2020-09-01Merge pull request #1149 from PokeCodec/datatypesGriffinR
gflib documenting
2020-08-23Documentation of unk fieldPokeCodec
2020-08-20Give songs meaningful english namesGriffinR
2020-08-18Fix Champinship typoGriffinR
2020-08-11Add some charmap constant usageGriffinR
2020-08-04Add stat stage constantsGriffinR
2020-07-23Clean some battle_message.c dataGriffinR
2020-07-18Clean up some battle scr cmd dataGriffinR
2020-07-15Merge pull request #1083 from GriffinRichards/playse-constantsGriffinR
Use charmap constants for PLAY_SE
2020-06-26Use charmap constants for PLAY_SEGriffinR
2020-06-03Label union room battle trainerGriffinR
2020-05-27consistency with pokefireredMandL27
2020-05-27document UNKNOWN_A special charMandL27
2019-11-25Document Frontier UtilGriffinR
2019-11-16Document Trainer HillGriffinR
2019-11-10Document some frontier util funcsGriffinR
2019-10-22Document pc_transfer.incGriffinR
2019-09-30Use STR_CONV constantsGriffinR
2019-04-05Clean up data headersDizzyEggg
2019-03-31Give battle_anim files appropriate namesMarcus Huderle
2019-03-02Rename macro with correct name for pixel valuesPhlosioneer
2019-02-21Improve window palette macrosPhlosioneer
2019-02-01Get rid of an unnecessary externDizzyEggg