shithub: pokecrystal

Download patch

ref: deb5d1ed4609292708f4d70fbf7152685c356d5c
parent: a29c13837d4e1e432d004bb8bdbfdc4f190481a1
author: yenatch <yenatch@gmail.com>
date: Fri Aug 16 21:12:03 EDT 2013

<&iimarckus> kill those labels please

--- a/main.asm
+++ b/main.asm
@@ -50770,18 +50770,12 @@
 	dw MainMenuText
 ; 49d20
 
-MainMenuText:
-ContinueText: ; 0x49d24
+MainMenuText: ; 49d24
 	db "CONTINUE@"
-NewGameText: ; 0x49d2d
 	db "NEW GAME@"
-OptionText: ; 0x49d36
 	db "OPTION@"
-MysteryGiftText: ; 0x49d3d
 	db "MYSTERY GIFT@"
-MobileText: ; 0x49d4a
 	db "MOBILE@"
-MobileStudiumText: ; 0x49d51
 	db "MOBILE STUDIUM@"
 
 Label49d60: ; 0x49d60
--