summaryrefslogtreecommitdiff
path: root/src/secret_base.c
AgeCommit message (Collapse)Author
2022-02-27Add missing menu array countsGriffinR
2022-01-19Disambiguate fieldmap namesGriffinR
2021-11-17Document field_tasksGriffinR
2021-11-16Handle optional arguments for warp commands, add WARP_ID_NONEGriffinR
2021-11-03Start remaining menu documentationGriffinR
2021-10-30Add font id constantsGriffinR
2021-10-09Add MAP_OFFSETGriffinR
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-08-02Merge branch 'master' into doc-playerpcGriffinR
2021-08-02Document player pcGriffinR
2021-04-26Document TVGriffinR
2021-02-05Document secret_base.cGriffinR
2021-01-19Use ARRAY_COUNT in PrintMenuTableGriffinR
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-07-27Update secret_base.cPokeCodec
2020-07-24Change signedness and add casts to avoid implicit conversion warningsPokeCodec
2020-06-18Document contest resultsGriffinR
2020-06-10Begin item_menu.c cleanupSierraffinity
2020-04-13Use metatile labels for decor gfxGriffinR
2020-03-06Document decoration.cMartin Griffin
2020-01-12Merge branch 'master' into fix-eventobjGriffinR
2020-01-12Some script clean up, document secret base secrets showGriffinR
2020-01-08Merge master into ObjEvent rename and prune accidental inclusionsGriffinR
2019-12-21Document item_use.cGriffinR
2019-12-21Merge master into ObjEvent renameGriffinR
2019-12-20Merge pull request #935 from GriffinRichards/doc-warpDiegoisawesome
Document some warp/field screen effect
2019-12-18Merge branch 'master' into fix-eventobjGriffinR
2019-12-17Document some warp/field screen effectGriffinR
2019-12-15Use fadescreen constantsGriffinR
2019-11-21Fix event constant file namesGriffinR
2019-11-20Standardize EVENT_OBJECT to OBJECT_EVENTGriffinR
2019-11-20Standardize Event Object to Object EventGriffinR
2019-11-20Document Trainer Fan ClubGriffinR
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-16Use MAX_MON_MOVES constantsGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-09-06document remainder of secret_base scripts, delete unneeded scripts.incsGriffinR
2019-09-05document secret_base_1.incGriffinR
2019-08-14initial event_scripts documentationGriffinR
2019-07-18Resolve compile warnings in modernPikalaxALT
2019-04-06Document and cleanup some decoration codeMarcus Huderle
2019-04-05Document secret baseMarcus Huderle
2019-03-17Merge remote-tracking branch 'upstream/master' into move-tutorMarcus Huderle
# Conflicts: # include/pokenav.h # src/battle_script_commands.c
2019-03-08Merge branch 'master' into extern-cleanupPhlosioneer
2019-03-08Merge branch 'master' into move-tutorPhlosioneer
2019-03-03Fully document move_tutor (formerly learn_move)Phlosioneer