summaryrefslogtreecommitdiff
path: root/include/text.h
AgeCommit message (Collapse)Author
2017-05-08Fix battle_interface for GermanMarijn van der Werf
2017-05-08Decompile battle interface (#281)Cameron Hall
* start decompiling * more decompilation * sub_8044804 refuses to match. moving on... * decompile sub_80451A0 * more decompilation * finish decompiling * clean up a bit * remove trailing whitespace and change tabs to spaces
2017-01-17Declare gBGTilemapBuffers in headerMarijn van der Werf
2017-01-17Move `gStringVar` declarations to text.hMarijn van der Werf
2017-01-03make PokemonSummaryScreen_PrintTrainerMemo matchYamaArashi
2016-12-17Rename `charset` and use macro for build languageMarijn van der Werf
2016-12-16Decompile moneyMarijn van der Werf
2016-12-11Continue decompiling trainer_cardMarijn van der Werf
2016-12-04Make InitWindowFromConfig use const configMarijn van der Werf
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-10-24rename more functionsYamaArashi
2016-10-08decompile more rom4.s functionsYamaArashi
2016-09-30menu.hYamaArashi
2016-09-03WIP menu.cYamaArashi
2016-08-12rename parameter to 'width'YamaArashi
2016-06-11fix rsfontYamaArashi
2016-06-05link.cYamaArashi
2016-05-30add const to fix warningsYamaArashi
2016-05-30prep for link codeYamaArashi
2016-05-30text.cYamaArashi