shithub: pokecrystal

Download patch

ref: 48e209763f1c984ddf7c4f3760210c14bfe5c991
parent: 90b22d602f2c8498d94c37a7a0f6a81b90c98b35
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Wed Jul 11 09:24:48 EDT 2018

SFX_DEX_FANFARE_50_79 and SFX_LEVEL_UP use identical data, and technically the level-up text plays the former

--- a/data/text/common_1.asm
+++ b/data/text/common_1.asm
@@ -93,7 +93,7 @@
 	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 "@@"