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 /asm/mystery_event_script.s | |
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 'asm/mystery_event_script.s')
-rw-r--r-- | asm/mystery_event_script.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/mystery_event_script.s b/asm/mystery_event_script.s index 4799f6e7d..4b8717bac 100644 --- a/asm/mystery_event_script.s +++ b/asm/mystery_event_script.s @@ -631,7 +631,7 @@ sub_81264F0: @ 81264F0 ldrb r1, [r2] adds r2, 0x1 str r2, [r4, 0x8] - bl GiveSpecialRibbonToParty + bl GiveGiftRibbonToParty ldr r0, _0812651C @ =gStringVar4 ldr r1, _08126520 @ =gOtherText_SpecialRibbonReceived bl StringExpandPlaceholders |