summaryrefslogtreecommitdiff
path: root/src/player_pc.c
AgeCommit message (Collapse)Author
2021-05-13fix player_pc gotoKurausukun
2021-04-11Document pokeblock menuGriffinR
2021-02-24Document mailGriffinR
2021-02-24Use SPRITE_NONE constantGriffinR
2021-02-24Use TASK_NONE constantGriffinR
2021-02-24Use WINDOW_NONE constantGriffinR
2021-01-19Merge pull request #1311 from GriffinRichards/clean-unusedGriffinR
Remove unused local variables and functions
2021-01-19Remove unused local variables and functionsGriffinR
2021-01-19Use ARRAY_COUNT in PrintMenuTableGriffinR
2020-11-02Re-apply joypad macros (minus merge conflicts)aaaaaa123456789
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-07-24Change signedness and add casts to avoid implicit conversion warningsPokeCodec
2020-06-10Begin item_menu.c cleanupSierraffinity
2020-02-08Document Trainer CardGriffinR
2019-12-20Merge pull request #935 from GriffinRichards/doc-warpDiegoisawesome
Document some warp/field screen effect
2019-12-17Document some warp/field screen effectGriffinR
2019-12-15Use fadescreen constantsGriffinR
2019-10-31Merge branch 'master' into doc-partymenuGriffinR
2019-10-30Document players_house.inc and Littleroot house scriptsGriffinR
2019-10-25Document party_menu first passGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-04-06Document and cleanup some decoration codeMarcus Huderle
2019-03-08Merge branch 'master' into move-tutorPhlosioneer
2019-03-08Change filename to something more descriptivePhlosioneer
2019-03-05Start decompiling menu_unknownPhlosioneer
2019-03-03Fully document move_tutor (formerly learn_move)Phlosioneer
2019-03-02Rename macro with correct name for pixel valuesPhlosioneer
2019-02-26Missed some fill valuesPhlosioneer
Must have forgotten to check FillWindowPixelRect.
2019-02-26Fix backwards namesPhlosioneer
2019-02-22Give window drawing functions better namesPhlosioneer
2019-02-21Improve window palette macrosPhlosioneer
2019-02-11Document main_menu state machine, name window constantsPhlosioneer
The new names for the constants (and newly named functions) give a much better understanding of what the window system is trying to do.
2019-02-02tabsDizzyEggg
2019-02-02Fix Menu and List Menu input definesDizzyEggg
2018-12-27Misc overworld documentationMarcus Huderle
2018-12-20Merge with masterDizzyEggg
2018-12-166k leftDizzyEggg
2018-12-09Merge branch 'master' into weatherDizzyEggg
2018-12-08Finish field screenDizzyEggg
2018-12-06Fix alloc.c as per #386, define INVALID_ constants and rename malloc to ↵nullableVoidPtr
alloc as per #325 Some of the INVALID_ are likely erroneously placed, due to lack of documentation
2018-11-28Use MAX_SPRITES defineDizzyEggg
2018-11-06Merge remote-tracking branch 'pret/master' into script_menuDiegoisawesome
2018-11-05r5/r6 swap on sub_80E2578Diegoisawesome
2018-10-27Window priority to window bgDizzyEggg
2018-09-09Merge branch 'decompile_frontier_2' of ↵Slawter666
https://github.com/DizzyEggg/pokeemerald into factory-data
2018-09-08Standartize AddTextPrinterParametrized functions,DizzyEggg
2018-09-02Label event_object_movement.cSlawter666
2018-09-02Format more templatesSlawter666
2018-08-12Prepare learn_move for mergeDiegoisawesome