diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-06 16:59:56 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-06 16:59:56 -0500 |
commit | 69af99da5e4bcfa9cb90394531e531388f1399eb (patch) | |
tree | 501c97024948e4b18ad1a430eda0aa43b14ae3e1 /engine/pokedex.asm | |
parent | ce019e6347435a89fe53037db993049958fc837e (diff) |
Mr Pokemons House
Diffstat (limited to 'engine/pokedex.asm')
-rw-r--r-- | engine/pokedex.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/pokedex.asm b/engine/pokedex.asm index 14b1ebbce..d1e2d7edf 100644 --- a/engine/pokedex.asm +++ b/engine/pokedex.asm @@ -577,15 +577,15 @@ Jumptable_40405: ; 40405 (10:4405) ; 4040d Function4040d: ; 4040d (10:440d) - ld b, $0 + ld b, DEXMODE_NEW jr Function40417 Function40411: ; 40411 (10:4411) - ld b, $1 + ld b, DEXMODE_OLD jr Function40417 Function40415: ; 40415 (10:4415) - ld b, $2 + ld b, DEXMODE_ABC Function40417: ; 40417 (10:4417) ld a, [wCurrentDexMode] cp b |