summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/home.asm b/home.asm
index 2a5fe0da0..69a413db0 100644
--- a/home.asm
+++ b/home.asm
@@ -830,13 +830,13 @@ INCLUDE "home/pokedex_flags.asm"
NamesPointers:: ; 33ab
- dbw BANK(PokemonNames), PokemonNames
- dbw BANK(MoveNames), MoveNames
+ dba PokemonNames
+ dba MoveNames
dbw 0, 0
- dbw BANK(ItemNames), ItemNames
+ dba ItemNames
dbw 0, PartyMonOT
dbw 0, OTPartyMonOT
- dbw BANK(TrainerClassNames), TrainerClassNames
+ dba TrainerClassNames
; 33c0
Function33c0: