From 9739c26ed7fa89492cbc8609445d292ced48ee65 Mon Sep 17 00:00:00 2001 From: xCrystal Date: Thu, 9 Apr 2015 13:05:57 +0200 Subject: money won and trainer pic constants --- home.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home.asm') diff --git a/home.asm b/home.asm index ed5f4db9..53d08d64 100644 --- a/home.asm +++ b/home.asm @@ -2908,7 +2908,7 @@ GetTrainerInformation:: ; 3566 (0:3566) ld hl, TrainerPicAndMoneyPointers ld bc, $5 call AddNTimes - ld de, wd033 + ld de, wTrainerPicPointer ld a, [hli] ld [de], a inc de @@ -2922,7 +2922,7 @@ GetTrainerInformation:: ; 3566 (0:3566) ld [de], a jp BankswitchBack .linkBattle - ld hl, wd033 + ld hl, wTrainerPicPointer ld de, RedPicFront ld [hl], e inc hl -- cgit v1.2.3