summaryrefslogtreecommitdiff
path: root/engine/pokedex
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-04-04 17:46:36 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-04-06 12:41:07 -0400
commit3144b54bd1dcc47ea339fcd2bd215ec96fc38c4a (patch)
tree01af6a137f2d6f51df3205e2ddce2e95ea594b74 /engine/pokedex
parent95e48ef992a6c89a147543ba0eed8fe671cadcac (diff)
Enable rgbds warnings and remove CFLAGS=-O2 (default is now -O3)
Diffstat (limited to 'engine/pokedex')
-rw-r--r--engine/pokedex/pokedex.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pokedex/pokedex.asm b/engine/pokedex/pokedex.asm
index 24228d97f..6f500bc37 100644
--- a/engine/pokedex/pokedex.asm
+++ b/engine/pokedex/pokedex.asm
@@ -16,7 +16,7 @@
const DEXSTATE_EXIT
POKEDEX_SCX EQU 5
-GLOBAL POKEDEX_SCX
+EXPORT POKEDEX_SCX
Pokedex:
ldh a, [hWX]