summaryrefslogtreecommitdiff
path: root/engine/display_pokedex.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-06-27 15:32:24 -0400
committerGitHub <noreply@github.com>2020-06-27 15:32:24 -0400
commit4b853ad676e061a6c4b0fcc030855a2705776864 (patch)
treea6d6f2976827862f4a5f402e92c8479ccf7fb349 /engine/display_pokedex.asm
parentff927ba730e45a843c1e183b5f05646f96378af0 (diff)
Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)
Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
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 96a2dd6c..d657ea85 100644
--- a/engine/display_pokedex.asm
+++ b/engine/display_pokedex.asm
@@ -1,4 +1,4 @@
-_DisplayPokedex:
+_DisplayPokedex::
ld hl, wd730
set 6, [hl]
predef ShowPokedexData