summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2016-08-12 12:50:05 -0500
committerdannye <corrnondacqb@yahoo.com>2016-08-12 13:32:41 -0500
commitaa1e3eac34137d88d6bc1df4fac6f32ceab404b6 (patch)
treec4177a4bc694a212a4c35a790c28c71f72db67cb /engine
parent032f961ef26a94caf385f6d5ae5823a0066d4d66 (diff)
Internal order = Pokedex order
Diffstat (limited to 'engine')
-rwxr-xr-xengine/palettes.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/palettes.asm b/engine/palettes.asm
index 4785ade2..4f535413 100755
--- a/engine/palettes.asm
+++ b/engine/palettes.asm
@@ -70,7 +70,7 @@ SetPal_StatusScreen:
ld bc, $10
call CopyData
ld a, [wcf91]
- cp VICTREEBEL + 1
+ cp MEW + 1
jr c, .pokemon
ld a, $1 ; not pokemon
.pokemon