diff options
Diffstat (limited to 'home/battle.asm')
-rw-r--r-- | home/battle.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/battle.asm b/home/battle.asm index 0fb077c90..21998983c 100644 --- a/home/battle.asm +++ b/home/battle.asm @@ -27,7 +27,7 @@ GetDexNumber:: ; unreferenced ld bc, BASE_DATA_SIZE call AddNTimes ld a, BANK(BaseData) - call GetFarHalfword + call GetFarWord ld b, l ld c, h pop hl |