diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-11-03 12:48:54 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-11-03 12:48:54 -0500 |
commit | 4aeab6b87901a3571b105564576ac356ca527172 (patch) | |
tree | 26e986069d9eb4e58a98a9088ee84235c705fb4f /mobile | |
parent | 5134266b9a4570f69df5e9bc8a0d91a116da796c (diff) |
Rename buttonsound to promptbutton
Diffstat (limited to 'mobile')
-rw-r--r-- | mobile/mobile_22.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mobile/mobile_22.asm b/mobile/mobile_22.asm index 45886f47c..d3d88d9b1 100644 --- a/mobile/mobile_22.asm +++ b/mobile/mobile_22.asm @@ -183,7 +183,7 @@ Function8921f: pop de ret -Mobile22_ButtonSound: +Mobile22_PromptButton: call JoyWaitAorB call PlayClickSFX ret @@ -2509,7 +2509,7 @@ Function89ff6: call Function89a0c call CloseSRAM call Function891ab - call Mobile22_ButtonSound + call Mobile22_PromptButton jp Function89e36 Function8a03d: @@ -3892,7 +3892,7 @@ Function8ab00: hlcoord 1, 13 call PlaceString call WaitBGMap - call Mobile22_ButtonSound + call Mobile22_PromptButton and a ret |