From 041c4f28a3c35e31329222769534942439b70f29 Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Sat, 11 Jun 2016 20:31:09 -0400 Subject: Character dict; surfing minigame; printer debug --- engine/display_pokedex.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/display_pokedex.asm') diff --git a/engine/display_pokedex.asm b/engine/display_pokedex.asm index a252f684..0d0039f6 100644 --- a/engine/display_pokedex.asm +++ b/engine/display_pokedex.asm @@ -16,4 +16,4 @@ _DisplayPokedex: ; 7abf (1:7abf) predef FlagActionPredef ld a, $1 ld [wDoNotWaitForButtonPressAfterDisplayingText], a - ret \ No newline at end of file + ret -- cgit v1.3.1-sl0p