diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-28 13:35:26 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-28 14:39:52 -0400 |
commit | b47bfbd813cc7981ff3b99baa7913933f28d67b9 (patch) | |
tree | 0fea9afdc675ac7381e661f6fd344c55dcb32374 /engine/pokedex | |
parent | 9483cf47dd62d3c513dade49747e868f49f0e374 (diff) |
Identify more WRAM labels, and start a <X>_DummyFunction label convention
Diffstat (limited to 'engine/pokedex')
-rw-r--r-- | engine/pokedex/pokedex.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pokedex/pokedex.asm b/engine/pokedex/pokedex.asm index 90aa56c4..23840d1d 100644 --- a/engine/pokedex/pokedex.asm +++ b/engine/pokedex/pokedex.asm @@ -91,7 +91,7 @@ InitPokedex: ld [wJumptableIndex], a ld [wPrevDexEntryJumptableIndex], a ld [wPrevDexEntryBackup], a - ld [wce66], a + ld [wUnusedPokedexByte], a call Pokedex_CheckUnlockedUnownMode |