summaryrefslogtreecommitdiff
path: root/src/pokemon_storage_system.c
AgeCommit message (Collapse)Author
2022-01-07Clean up pokemon_storage_system graphicsGriffinR
2022-01-07Add window constants in pokemon_storage_systemGriffinR
2021-11-17Use specific name limits for string limit functionsGriffinR
2021-11-16Handle optional arguments for warp commands, add WARP_ID_NONEGriffinR
2021-11-03Propagate BG_COORD constantsGriffinR
2021-11-03Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAWGriffinR
2021-11-03Start remaining menu documentationGriffinR
2021-11-03Add COPYWIN constantsGriffinR
2021-11-03Merge pull request #1536 from GriffinRichards/clean-brailleGriffinR
Add font id constants, better braille support
2021-10-30Add font id constantsGriffinR
2021-10-29Fix incorrect arguments on CopyRectToBgTilemapBufferRectGriffinR
2021-10-17Some pokemon_icon clean upGriffinR
2021-10-17Some pokedex clean upGriffinR
2021-09-30Merge pull request #1507 from GriffinRichards/doc-waldaGriffinR
Document Walda Phrase
2021-09-26Document walda_phraseGriffinR
2021-09-24Document some single-remaining symbolsGriffinR
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-07-07Flatten pos fields in struct SpritePikalaxALT
2021-05-25better matchKurausukun
2021-05-25[LEAK-INFORMED] fix fakematch in DrawWallpaperKurausukun
2021-04-18Merge branch 'master' into doc-pokemonstorageGriffinR
2021-04-18Doc storage - cleanupGriffinR
2021-04-17Doc storage - standardize names, drop PSSGriffinR
2021-04-17Doc storage - unk utilityGriffinR
2021-04-17Doc storage - icon scrollGriffinR
2021-04-17Doc storage - tilemap util, place changeGriffinR
2021-04-17Doc storage - party menuGriffinR
2021-04-17Doc storage - misc cleanup, some item/cursorGriffinR
2021-04-16Doc storage - multi moveGriffinR
2021-04-16Doc storage - fix row/column flipGriffinR
2021-04-16Doc storage - releasing, some cursorGriffinR
2021-04-15Doc storage - misc gfx, item iconsGriffinR
2021-04-15Doc storage - choose box menu, move wallpaper gfxGriffinR
2021-04-15Doc storage - wallpaper and titlesGriffinR
2021-04-15Doc storage - menu textsGriffinR
2021-04-15More usage of DISPLAY constantsGriffinR
2021-04-09standardize "grey" to "gray"Kurausukun
2021-03-29Add MON_PIC_SIZE constantGriffinR
2021-02-28Rename mon markings structGriffinR
2021-02-28Document mon markingsGriffinR
2021-02-24Add palette selection constantsGriffinR
2021-02-05newCurosrArea -> newCursorAreaLOuroboros
2021-01-19Remove unused local variables and functionsGriffinR
2020-12-26Add UBFIX for null deref in sub_80D08CCSierraffinity
2020-12-12Use BUGFIX for some inline fixesGriffinR
2020-11-16sanityIsBagEgg -> sanityIsBadEggLOuroboros
Fixed a typo. Lunos#4026
2020-11-02Re-apply joypad macros (minus merge conflicts)aaaaaa123456789
2020-10-26Merge branch 'master' into revertsaaaaaa123456789
2020-10-10start pokenav documentationEvan
2020-10-01Replace POKEMON_SLOTS_NUMBERGriffinR