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 f471ba1e..e209682f 100644 --- a/home/battle.asm +++ b/home/battle.asm @@ -28,7 +28,7 @@ GetDexNumber:: ; unreferenced call AddNTimes pop bc ld a, BANK(BaseData) - call GetFarHalfword + call GetFarWord ld b, l ld c, h pop hl |