summaryrefslogtreecommitdiff
path: root/src/roulette.c
AgeCommit message (Collapse)Author
2021-11-13Merge pull request #1547 from GriffinRichards/doc-sounddataGriffinR
Clean up sound, add CRY_MODE constants
2021-11-07Disambiguate cry functionsGriffinR
2021-11-04Merge branch 'master' into doc-menuGriffinR
2021-11-03Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAWGriffinR
2021-11-03Add COPYWIN constantsGriffinR
2021-11-03Merge branch 'master' into doc-finalmiscGriffinR
2021-11-02Document files with a few remaining symbolsGriffinR
2021-10-30Add font id constantsGriffinR
2021-10-09Add TRACKS_ALL, remove BGCntrlBitfieldGriffinR
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-15Various BUGFIXes and UBFIXesExpoSeed
2021-05-01change usages of float/double to f32/f64Kurausukun
2021-04-26Document TVGriffinR
2021-02-24Add palette selection constantsGriffinR
2020-12-12Use BUGFIX for some inline fixesGriffinR
2020-10-01Replace POKEMON_SLOTS_NUMBERGriffinR
2020-08-20Give songs meaningful english namesGriffinR
2020-08-10Remove redundant parensGriffinR
2020-08-04Rename roulette_util to palette_utilGriffinR
2020-08-04Document roulette flash utilGriffinR
2020-08-04More roulette docGriffinR
2020-08-02Continue documenting rouletteGriffinR
2020-07-30Start documenting rouletteGriffinR
2020-07-28Merge branch 'master' into doc-overworldGriffinR
2020-07-24Change signedness and add casts to avoid implicit conversion warningsPokeCodec
2020-06-23Document some overworld and field effectsGriffinR
2020-06-10Begin item_menu.c cleanupSierraffinity
2019-12-17Document some warp/field screen effectGriffinR
2019-12-06More usage of ST_OAM constants and SPRITE macrosGriffinR
2019-10-20Clean up berry_tree.inc and misc adjacent documentationGriffinR
2019-10-07Document roulette.incGriffinR
2019-10-02Merge pull request #823 from GriffinRichards/constants-strconvPikalaxALT
Use STR_CONV constants
2019-09-30Use STR_CONV constantsGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-06-30Revert FLOAT_U* and DOUBLE_U* macrosPikalaxALT
2019-06-26Modernize codePikalaxALT
Can compile with arm-none-eabi-gcc 8.3.0 gbafix correctly handles ELF input
2019-04-11Some nonmatchingsDizzyEggg
2019-03-17Merge remote-tracking branch 'upstream/master' into move-tutorMarcus Huderle
# Conflicts: # include/pokenav.h # src/battle_script_commands.c
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-03-08Merge branch 'master' into move-tutorPhlosioneer
2019-03-03Fully document move_tutor (formerly learn_move)Phlosioneer
2019-03-02Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-02-28fix spelling errorhondew
2019-02-28fix mistakes and bad formattinghondew
2019-02-28clean up slot machine until AwardPayouthondew
2019-02-28document slot machinehondew
2019-02-26Fix backwards namesPhlosioneer
2019-02-22Give window drawing functions better namesPhlosioneer
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.