summaryrefslogtreecommitdiff
path: root/src/shop.c
AgeCommit message (Collapse)Author
2018-10-17Further synchronisationSlawter666
2018-06-20Rename map attribute structs to MapLayoutMarcus Huderle
2018-05-29Unify 'map object' and 'field object' terms into 'event object'Marcus Huderle
2018-05-23Label all of MapObject struct members, and ground effect flagsMarcus Huderle
2018-05-21Standardize args to palette blend functionsMarcus Huderle
2018-04-07through DebugMenu_807786C; use macro NAKED instead of __attribute__((naked))PikalaxALT
2018-04-05RenamingPikalaxALT
2018-02-18remove subdirectoriescamthesaxman
2017-08-12split out src/ directory into categorized subdirectories.ProjectRevoTPP
2017-06-16Merge remote-tracking branch 'marijn/clean/headers'yenatch
2017-06-10finish decompiling player_pc.cProjectRevoTPP
2017-06-09cleanup player_pc.cProjectRevoTPP
2017-05-26Sort includesMarijn van der Werf
2017-05-26Add headersMarijn van der Werf
2017-05-23Merge pull request #303 from marijnvdwerf/clean/includesyenatch
Clean/includes
2017-05-22Remove duplicate strings.h declarationsMarijn van der Werf
2017-05-22Decrease indentation level of switchesMarijn van der Werf
2017-05-09file renamingYamaArashi
2017-05-05Remove trailing whitespaceMarijn van der Werf
2017-04-27Sort includesMarijn van der Werf
2017-04-08finish decompiling item_use.c (#244)ProjectRevoTPP
* nonmatching sub_80C9720 and decompile sub_80C9838 * finish decompiling Itemfinder functions. * decompile ItemUseOutOfBattle_PokeblockCase and ItemUseOutOfBattle_CoinCase * rename field_doortransition * rename weather file * decompile more of item_use.c * decompile up to repel code * decompile up to stat increase code * finish decompiling item_use.c * remove item_use from ld_script
2017-02-24decompile more of shop.c (#237)ProjectRevoTPP
* start decompiling shop.c * decompile sub_80B30AC and BuyMenuDrawGraphics * decompile more of shop.c * formatting
2017-02-12start decompiling shop.c (#234)ProjectRevoTPP