summaryrefslogtreecommitdiff
path: root/src/pokedex_area_screen.c
AgeCommit message (Collapse)Author
2021-12-31Clean up pokedex_area_screenGriffinR
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-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-02-24Add palette selection constantsGriffinR
2021-01-19Remove unused local variables and functionsGriffinR
2020-10-01Replace POKEMON_SLOTS_NUMBERGriffinR
2020-09-04Switch to button macrosPokeCodec
2020-08-20Give songs meaningful english namesGriffinR
2020-06-24Allow flag/var counts to be updated alongside valuesGriffinR
2020-06-10Begin item_menu.c cleanupSierraffinity
2020-03-17Merge pull request #1000 from GriffinRichards/doc-dexPikalaxALT
Document pokedex.c
2020-03-09Document pokedex.cGriffinR
2020-02-05Document some pokenav and region mapGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-06-26Fix/suppress warnings when building with gcc-8PikalaxALT
2019-03-31Merge branch 'master' into pokedex-area-const-arrayPhlosioneer
2019-03-31Change names from MAP_AREA_ to MAP_GROUP_Phlosioneer
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-03-12Document sAreaGlowTilemapMappingPhlosioneer
I used a script to generate the format for the array, so I can easily change its formatting if needed.
2019-01-02Fix merge conflictsTetrable
2019-01-02Finish off labelling flagsTetrable
2018-12-26Fix BgAttributesDizzyEggg
2018-12-06Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵nullableVoidPtr
spaces -> tabs
2018-11-30Decompile pokedex_area_screen.c (#412)Marcus Huderle