summaryrefslogtreecommitdiff
path: root/src/slot_machine.c
AgeCommit message (Collapse)Author
2022-02-20Fix typoshondew
2022-02-20Switch to 'symbol' nomenclaturehondew
2022-02-20Address commentshondew
2022-02-20Minor fixeshondew
2022-02-20Remove stuffhondew
2022-02-20Document slot machine more (unabridged)Abaresk
2021-12-28RGB macro use in slot_machineGriffinR
2021-11-16Label slot machine ids, fix GetPriceReductionGriffinR
2021-11-03Add COPYWIN constantsGriffinR
2021-10-30Add font id constantsGriffinR
2021-09-24Merge branch 'master' into tag-noneGriffinR
2021-09-14Add TAG_NONEGriffinR
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-04-26Document TVGriffinR
2021-04-09standardize "grey" to "gray"Kurausukun
2021-02-24Add palette selection constantsGriffinR
2021-02-24Use TASK_NONE constantGriffinR
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-09-04Fix Typos and capitalizationPokeCodec
2020-08-20Give songs meaningful english namesGriffinR
2020-07-28Merge branch 'master' into doc-slotmachineGriffinR
2020-07-28Document slot machine funcsGriffinR
2020-07-28Clean up slot machine data docGriffinR
2020-07-28More slot machine data documentationGriffinR
2020-07-26Document some slot machine dataGriffinR
2020-07-24Change signedness and add casts to avoid implicit conversion warningsPokeCodec
2020-07-05fix aggressive loop optimizationsMichael Panzlaff
Previously, aggressive loop optimizations with a new compiler were not possible due to undefined behaviour at end of arrays. A macro "UBFIX" is added to allow ifdefs for fixes which resolve undefined behavior. For example newer GCC versions will detect various bugs in the original game code and will otherwise not compile with -Werror.
2020-05-24Clean up slot drawinghondew
Fix typos
2020-05-24Rename tag offset functionshondew
Fix typo
2020-02-09Move slot machine data to srcGriffinR
2020-01-26Add some capacity constantsGriffinR
2019-12-10Document misc strings and text colorsGriffinR
2019-10-20Clean up berry_tree.inc and misc adjacent documentationGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-06-26Fix/suppress warnings when building with gcc-8PikalaxALT
2019-04-04RGB ConstantsPhlosioneer
2019-03-02Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-03-02Rename macro with correct name for pixel valuesPhlosioneer
2019-02-28fix formatting in slot_machine.chondew
2019-02-28fix spelling errorhondew
2019-02-28fix mistakes and bad formattinghondew
2019-02-28label luckyFlagshondew
2019-02-28minor reeltime changeshondew
2019-02-28finish DecideReelTurnshondew
2019-02-28clean up slot machine morehondew
2019-02-28clean up slot machine until AwardPayouthondew
2019-02-28document slot machinehondew