summaryrefslogtreecommitdiff
path: root/src/match_call.c
AgeCommit message (Collapse)Author
2021-11-17Merge branch 'master' of https://github.com/GriffinRichards/pokeemerald into ↵GriffinR
update-macros
2021-11-16Handle optional arguments for warp commands, add WARP_ID_NONEGriffinR
2021-11-13Continue pokenav list ui docGriffinR
2021-11-12Clean up pokenav general menus, organize pokenav graphicsGriffinR
2021-11-03Propagate BG_COORD constantsGriffinR
2021-11-03Add COPYWIN constantsGriffinR
2021-10-30Add font id constantsGriffinR
2021-10-26Merge pull request #1527 from cbt6/field-playerGriffinR
Document field player functions
2021-10-27Document field player functionscbt6
2021-10-24Document record mixing mail swapGriffinR
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-04-01Add constant use for match call text idsGriffinR
2021-04-01Document match_call.cGriffinR
2021-03-31Document Dewford TrendGriffinR
2021-02-24Use WINDOW_NONE constantGriffinR
2021-01-26Document object lock and some trainer approachGriffinR
2021-01-19Remove unused local variables and functionsGriffinR
2020-12-12Use BUGFIX for some inline fixesGriffinR
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-04Switch to button macrosPokeCodec
2020-09-04Create Macros and refactorPokeCodec
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-06-10Begin item_menu.c cleanupSierraffinity
2020-06-03Document field_message_box.cGriffinR
2020-02-12Merge branch 'master' of https://github.com/pret/pokeemerald into fix-eventobjGriffinR
2020-02-08Document Trainer CardGriffinR
2019-12-15Merge branch 'master' into fix-eventobjGriffinR
2019-12-08More pokenav match call documentationGriffinR
2019-12-06More pokenav match call documentationGriffinR
2019-11-20Standardize EVENT_OBJECT to OBJECT_EVENTGriffinR
2019-11-20Standardize Event Object to Object EventGriffinR
2019-10-02Merge pull request #823 from GriffinRichards/constants-strconvPikalaxALT
Use STR_CONV constants
2019-09-30Use STR_CONV constantsGriffinR
2019-09-27Merge pull request #802 from PikalaxALT/gflibPikalaxALT
Gflib and libagbsyscall
2019-09-27Merge branch 'master' into gflibPikalaxALT
2019-09-17Merge branch 'master' into document-eventscriptsGriffinR
2019-09-16Clean up script_movement documentationGriffinR
2019-09-16Document script_movementGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-08-14initial event_scripts documentationGriffinR
2019-05-16name some trainer card related functionsgarak
2019-04-16Finish decompiling pokenav_unk_4.cMarcus Huderle
2019-04-14Decompile all of pokenav_unk_3.cMarcus Huderle
2019-04-05Clean up data headersDizzyEggg
2019-03-08Merge branch 'master' into extern-cleanupPhlosioneer