aboutsummaryrefslogtreecommitdiffstats
path: root/engine/display_pokedex.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-06-11 17:49:03 -0700
committerGitHub <noreply@github.com>2016-06-11 17:49:03 -0700
commitdb0ac16b6b4f257de338d1aaac561e681ca8723a (patch)
treed6888723f443557ce45c9a00d873caa5e7a8930e /engine/display_pokedex.asm
parentMore syncing with pokered (diff)
parentMerge branch 'master' of github.com:pret/pokeyellow (diff)
downloadpokeyellow-db0ac16b6b4f257de338d1aaac561e681ca8723a.tar.gz
pokeyellow-db0ac16b6b4f257de338d1aaac561e681ca8723a.tar.xz
pokeyellow-db0ac16b6b4f257de338d1aaac561e681ca8723a.zip
Merge pull request #14 from PikalaxALT/master
Yellow documentation
Diffstat (limited to 'engine/display_pokedex.asm')
-rw-r--r--engine/display_pokedex.asm2
1 files changed, 1 insertions, 1 deletions
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