diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2016-11-04 21:21:42 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-11-04 19:21:42 -0700 |
commit | 4d4f1b51384d57db93cd3344b2964106f8620f4f (patch) | |
tree | fe11e744a9c4f3c9805994469a70b87740680354 /data/specials.inc | |
parent | c9816e5ace6cac28e7747c1bc46160876e02879b (diff) |
Big shroomish barboach (#87)
* start decompiling
* decompile more functions
* clean up and rename big_shroomish_barboach.c to pokemon_size_record.c
* remove save file
* remove extraneous line from Makefile
Diffstat (limited to 'data/specials.inc')
-rw-r--r-- | data/specials.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/specials.inc b/data/specials.inc index a3eac3160..48a362437 100644 --- a/data/specials.inc +++ b/data/specials.inc @@ -119,9 +119,9 @@ gSpecials:: .4byte sub_8109C90 .4byte sub_8109CF0 .4byte sub_8109DE0 - .4byte GetBigShroomishInfo + .4byte GetShroomishSizeRecordInfo .4byte CompareShroomishSize - .4byte GetBigBarboachInfo + .4byte GetBarboachSizeRecordInfo .4byte CompareBarboachSize .4byte sub_80BF9B4 .4byte sub_80BFAE0 |