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 | |
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')
-rw-r--r-- | data/data2.s | 2 | ||||
-rw-r--r-- | data/specials.inc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/data2.s b/data/data2.s index b39e5924f..c60b7495e 100644 --- a/data/data2.s +++ b/data/data2.s @@ -15209,7 +15209,7 @@ gUnknown_083D17E2:: @ 83D17E2 gUnknown_083D180C:: @ 83D180C .incbin "baserom.gba", 0x003d180c, 0x80 -gUnknown_083D188C:: @ 83D188C +gOtherText_DecimalPoint:: @ 83D188C .string ".$" gUnknown_083D188E:: @ 83D188E 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 |