pokeruby/include/decompress.h, branch master Pokémon Ruby and Sapphire Document pokedex.c, 1 2021-06-24T20:45:00+00:00 PikalaxALT pikalaxalt@gmail.com 2021-06-24T20:25:50+00:00 1138ab2c4450c6aeac1941a346b0b26ff5fe5fd6

label some of pokemon_summary_screen 2018-07-03T02:11:25+00:00 yenatch yenatch@gmail.com 2018-07-03T02:11:25+00:00 ca9cdc306e13a5aff6885aec83b8e23131260d45

name labels 2017-08-23T13:55:01+00:00 DizzyEggg jajkodizzy@wp.pl 2017-08-23T13:55:01+00:00 4f36e317f9d2489e7c192f2a70c44a087e7d1998

start decompiling egg hatch 2017-08-01T09:07:23+00:00 DizzyEggg jajkodizzy@wp.pl 2017-08-01T09:07:23+00:00 d413187fa82e19ceea5ff1b2437891329781a814

move data to C and introduce CompressedSpriteSheet and CompressedSpritePalette 2017-06-20T13:13:44+00:00 camthesaxman cameronghall@cox.net 2017-06-19T18:34:32+00:00 e072ddd6fbae8b303de546d0e9bd5ace2ecb20a1

label and document berry.c, decompress.c, item_use.c and label gBattleTypeFlags (#146) 2017-01-02T09:27:51+00:00 ProjectRevoTPP projectrevotpp@hotmail.com 2017-01-02T09:27:51+00:00 98062c69d613fb1b9e2345924dd34d0bbdcfcc90 * make ROM match again * clean up item_use.c labels and clarify functions. * label and clarify some functions in decompress.c * label and clarify berry.c * rename 20239F8 to gBattleTypeFlags * formatting
* make ROM match again

* clean up item_use.c labels and clarify functions.

* label and clarify some functions in decompress.c

* label and clarify berry.c

* rename 20239F8 to gBattleTypeFlags

* formatting
Fix various warnings 2016-12-12T08:50:41+00:00 Marijn van der Werf marijn.vanderwerf@gmail.com 2016-12-11T22:42:56+00:00 11373fb2d4836083f2a72a9669098a068bba4242

Declare more non-static functions in header files (#111) 2016-12-01T02:51:24+00:00 Marijn van der Werf marijn.vanderwerf@gmail.com 2016-12-01T02:51:24+00:00 4258e60771aa9fdabd678930eca534423bd371b8 * 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
* 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