diff options
| author | yenatch <yenatch@gmail.com> | 2015-04-09 12:25:29 -0400 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2015-04-09 12:25:29 -0400 |
| commit | 941d2b9eb8a59b42ea71a08b34b25c06477cf36d (patch) | |
| tree | b304682416ef55ddb763759cab6d03aeb1af5f55 /home.asm | |
| parent | Merge pull request #90 from xCrystal/master (diff) | |
| parent | money won and trainer pic constants (diff) | |
| download | pokeyellow-941d2b9eb8a59b42ea71a08b34b25c06477cf36d.tar.gz pokeyellow-941d2b9eb8a59b42ea71a08b34b25c06477cf36d.tar.xz pokeyellow-941d2b9eb8a59b42ea71a08b34b25c06477cf36d.zip | |
Merge pull request #93 from xCrystal/master
Document some move effects
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 |
