From bf73772a560ddfdf0b404ba3f85eb26542031b7b Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Sun, 10 Apr 2016 14:42:14 -0400 Subject: Local labels starting with capital letters are now decorated with a trailing colon; remove trailing whitespace; globally correct line endings to UNIX style --- engine/learn.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/learn.asm') diff --git a/engine/learn.asm b/engine/learn.asm index 64e73c910..d2751235f 100755 --- a/engine/learn.asm +++ b/engine/learn.asm @@ -243,7 +243,7 @@ Text_1_2_and_Poof: ; 6684 ld hl, .PoofForgot ret -.PoofForgot +.PoofForgot: ; Poof! forgot . And… text_jump UnknownText_0x1c574e db "@" -- cgit v1.2.3