summaryrefslogtreecommitdiff
path: root/src/easy_chat.c
AgeCommit message (Collapse)Author
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
2019-02-26Merge branch 'master' into multiplayer-stuffPhlosioneer
2019-02-26Decompile easy_chat dataMarcus Huderle
2019-02-26Finish decompiling easy_chat.c codeMarcus Huderle
2019-02-26Easy chat nonmatchings fixDizzyEggg
do {} while(0);
2019-02-25Decompile more easy_chat.cMarcus Huderle
2019-02-24Decompile more of easy_chat.cMarcus Huderle
2019-02-23Decompile more easy_chat.cMarcus Huderle
2019-02-22Decompile more easy_chatMarcus Huderle