From 7996f5b1ab310c0f587347b23148a4be515d4a53 Mon Sep 17 00:00:00 2001 From: yenatch Date: Tue, 30 Sep 2014 11:19:33 -0700 Subject: Miscellaneous formatting cleanup. --- engine/scripting.asm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'engine/scripting.asm') diff --git a/engine/scripting.asm b/engine/scripting.asm index 7bfe21b54..f08508901 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -2123,11 +2123,10 @@ Script_pokenamemem: ; 0x976ae Unknown_976c0: ; 0x976c0 call GetScriptByte - cp $3 - jr c, .asm_976c8 + cp 3 + jr c, .ok xor a -.asm_976c8 -; 976c8 +.ok Function976c8: ; 976c8 ld hl, StringBuffer3 -- cgit v1.2.3