diff options
| author | xCrystal <rgr.crystal@gmail.com> | 2015-04-09 13:05:57 +0200 |
|---|---|---|
| committer | xCrystal <rgr.crystal@gmail.com> | 2015-04-09 13:05:57 +0200 |
| commit | 9739c26ed7fa89492cbc8609445d292ced48ee65 (patch) | |
| tree | b304682416ef55ddb763759cab6d03aeb1af5f55 /home.asm | |
| parent | user xor operator for clearing status flags (diff) | |
| download | pokeyellow-9739c26ed7fa89492cbc8609445d292ced48ee65.tar.gz pokeyellow-9739c26ed7fa89492cbc8609445d292ced48ee65.tar.xz pokeyellow-9739c26ed7fa89492cbc8609445d292ced48ee65.zip | |
money won and trainer pic constants
Diffstat (limited to 'home.asm')
| -rw-r--r-- | home.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
