diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-11 13:24:48 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-11 13:24:48 -0400 |
commit | 48e209763f1c984ddf7c4f3760210c14bfe5c991 (patch) | |
tree | 81f0d26503212df78d5bed8a1dd65c3eebc0ac53 | |
parent | 90b22d602f2c8498d94c37a7a0f6a81b90c98b35 (diff) |
SFX_DEX_FANFARE_50_79 and SFX_LEVEL_UP use identical data, and technically the level-up text plays the former
-rw-r--r-- | data/text/common_1.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/text/common_1.asm b/data/text/common_1.asm index a6e867498..c99f7eb29 100644 --- a/data/text/common_1.asm +++ b/data/text/common_1.asm @@ -93,7 +93,7 @@ UnknownText_0x1bc14f:: line "level @" deciram wCurPartyLevel, 1, 3 text "!@" - sound_dex_fanfare_50_79 + sound_dex_fanfare_50_79 ; plays SFX_DEX_FANFARE_50_79, identical to SFX_LEVEL_UP text_waitbutton db "@@" |