summaryrefslogtreecommitdiff
path: root/src/easy_chat.c
AgeCommit message (Collapse)Author
2021-02-24Add palette selection constantsGriffinR
2021-02-24Document easy chatGriffinR
2021-01-28Index gBardSounds_Moves and gBardSounds_Pokemon with constantsGriffinR
2021-01-19Remove unused local variables and functionsGriffinR
2020-11-02Re-apply joypad macros (minus merge conflicts)aaaaaa123456789
2020-10-26Merge branch 'master' into revertsaaaaaa123456789
2020-10-01Replace POKEMON_SLOTS_NUMBERGriffinR
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-05Removed unused parenthesesPokeCodec
2020-09-04Switch to button macrosPokeCodec
2020-08-20Give songs meaningful english namesGriffinR
2020-07-24Change signedness and add casts to avoid implicit conversion warningsPokeCodec
2020-07-08Merge branch 'master' of https://github.com/pret/pokeemerald into ↵GriffinR
add-flagvarsave
2020-07-05fix aggressive loop optimizationsMichael Panzlaff
Previously, aggressive loop optimizations with a new compiler were not possible due to undefined behaviour at end of arrays. A macro "UBFIX" is added to allow ifdefs for fixes which resolve undefined behavior. For example newer GCC versions will detect various bugs in the original game code and will otherwise not compile with -Werror.
2020-06-24Allow flag/var counts to be updated alongside valuesGriffinR
2020-05-27Fix REG_OFFSET_WININ/OUT mislabelingSierraffinity
2020-05-27Fix OAM region mislabelingSierraffinity
2020-01-12Merge branch 'master' into fix-eventobjGriffinR
2020-01-12Document some easy chat specialsGriffinR
2019-12-18Merge branch 'master' into fix-eventobjGriffinR
2019-12-15Use fadescreen constantsGriffinR
2019-12-11Merge branch 'master' into fix-eventobjGriffinR
2019-12-10Document misc strings and text colorsGriffinR
2019-11-25Merge master into ObjEvent renameGriffinR
2019-11-20Standardize EVENT_OBJECT to OBJECT_EVENTGriffinR
2019-11-20Standardize Event Object to Object EventGriffinR
2019-11-19WIP Document ApprenticeGriffinR
2019-11-06Document Fossil Maniac and Berry Master route housesGriffinR
2019-10-21Document mauville_man.incGriffinR
2019-10-07Document mevent.incGriffinR
2019-10-02Merge pull request #821 from GriffinRichards/document-textinputPikalaxALT
Document text input strings
2019-09-30Document text input stringsGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-08-21clean upGriffinR
2019-08-21document remaining funcsGriffinR
2019-08-21minor fixesGriffinR
2019-04-07Merge branch 'master' into contest-ai-cleanupPhlosioneer
2019-04-05Clean up data headersDizzyEggg
2019-04-04Fix labels, label more scriptsFontbane
2019-04-04RGB ConstantsPhlosioneer
2019-03-31Document mystery_giftPikalaxALT
2019-03-24Cleanup mevent2Marcus Huderle
2019-03-24Port mevent2.c from pokefireredMarcus Huderle
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-03-02Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-03-02Rename macro with correct name for pixel valuesPhlosioneer
2019-03-01Merge pull request #551 from Phlosioneer/multiplayer-stuffhuderlem
Document overworld.c and link stuff in general
2019-02-27Document easy chat screen typesMarcus Huderle
2019-02-26Missed some fill valuesPhlosioneer
Must have forgotten to check FillWindowPixelRect.
2019-02-26Merge branch 'master' into main-menu-state-machinePhlosioneer