summaryrefslogtreecommitdiff
path: root/src/record_mixing.c
AgeCommit message (Collapse)Author
2018-08-15Label unknowns and fillers, add constants to global.h, use constants in ↵Jo Ruby P
record_mixing.c and tv.c
2018-07-26Fix nonmatching SetPlayerSecretBaseRecordMixingParty()Marcus Huderle
2018-07-26Fix nonmatching DaycareMonReceivedMail_()Marcus Huderle
2018-04-07through DebugMenu_807786C; use macro NAKED instead of __attribute__((naked))PikalaxALT
2018-02-18remove subdirectoriescamthesaxman
2017-08-12split out src/ directory into categorized subdirectories.ProjectRevoTPP
2017-07-22finish decompiling mystery_event_scriptdrifloony
2017-07-20map out ram variablesdrifloony
2017-07-18make ROM variables non-constcamthesaxman
2017-07-14clean up a bitcamthesaxman
2017-07-13finish decompiling record_mixingcamthesaxman
2017-07-13sub_80B9C6C suckscamthesaxman
2017-07-13decompile stuffcamthesaxman
2017-06-16Merge remote-tracking branch 'marijn/clean/headers'yenatch
2017-06-05Nonmatching sub_80B9BC4scnorton
2017-06-05Assign types to structures passed to secret base exchange packet receipt ↵scnorton
subroutine staged for decompilation; decompile sub_8041324
2017-05-26Sort includesMarijn van der Werf
2017-05-26Add headersMarijn van der Werf
2017-05-24Add strings2.hMarijn van der Werf
2017-05-24Decrease indentation level of switchesMarijn van der Werf
2017-05-23Merge pull request #303 from marijnvdwerf/clean/includesyenatch
Clean/includes
2017-05-22Add strings2.hMarijn van der Werf
2017-05-22Decrease indentation level of switchesMarijn van der Werf
2017-05-21PlaySE renaming after rebaseNieDzejkob
2017-05-21More record_mixing maintenanceNieDzejkob
2017-05-21Rename PlaySE to PlaySoundEffect - wide code is good code, daycare.c ↵NieDzejkob
renames, match sub_80B92AC in record_mixing
2017-05-21Name gSaveBlock1.daycareData, decompile sub_8041648NieDzejkob
2017-05-18sub_80BFD44PikalaxALT
2017-05-09Decompile some cable_club functionsMarijn van der Werf
2017-04-27Sort includesMarijn van der Werf
2017-03-18reorganize and add new headers for many filesProjectRevoTPP
2017-01-28tabs to spacesYamaArashi
2017-01-21formattingYamaArashi
2017-01-17Remove trailing whitespaceMarijn van der Werf
2017-01-17Sort includesMarijn van der Werf
2017-01-02event_data.cYamaArashi
2016-12-02[WIP] Extract all external function declarations to headers (#114)Marijn van der Werf
* Extract other external function declarations * Fix GBA compilation * Revert `sub_803C434` to asm
2016-11-30Declare more non-static functions in header files (#111)Marijn van der Werf
* Declare more non-static functions in header files * Use `(void)` for functions without arguments. * Move global-included data to seperate headers * Don't import types or global in header * Fix fieldmap imports * Revert in-code changes * Add missing newlines
2016-11-05script special variablesYamaArashi
2016-11-05introduce flag constantsYamaArashi
2016-11-04add flag.h and var.hYamaArashi
2016-10-30partially decompile dewford_trend.c and record_mixing.c (#78)Cameron Hall
* start decompiling dewford_trend * figure out some gSaveBlock1 members * decompile more functions * decompile sub_80FA4E4 * start decompiling record_mixing.c * Decompile more code * decompile more functions * tabs to spaces