diff options
| author | YamaArashi <shadow962@live.com> | 2015-02-07 02:43:08 -0800 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-02-07 02:43:08 -0800 |
| commit | 3fdb8a0d8995746d5605136ece384516338489b0 (patch) | |
| tree | 214030fb5b6ec943cdcb2ba84e622fba0ad3fb8f /engine/hall_of_fame.asm | |
| parent | add constants for volatile statuses and more battle labels/commentary/constants (diff) | |
| download | pokeyellow-3fdb8a0d8995746d5605136ece384516338489b0.tar.gz pokeyellow-3fdb8a0d8995746d5605136ece384516338489b0.tar.xz pokeyellow-3fdb8a0d8995746d5605136ece384516338489b0.zip | |
serial/trade/misc
Diffstat (limited to 'engine/hall_of_fame.asm')
| -rwxr-xr-x | engine/hall_of_fame.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/engine/hall_of_fame.asm b/engine/hall_of_fame.asm index 4b7e66db..80acfeeb 100755 --- a/engine/hall_of_fame.asm +++ b/engine/hall_of_fame.asm @@ -97,9 +97,9 @@ HallOfFameText: ; 7026b (1c:426b) Func_70278: ; 70278 (1c:4278) call ClearScreen ld a, $d0 - ld [$ffaf], a + ld [hSCY], a ld a, $c0 - ld [$ffae], a + ld [hSCX], a ld a, [wWhichTrade] ; wWhichTrade ld [wcf91], a ld [wd0b5], a @@ -132,16 +132,16 @@ Func_70278: ; 70278 (1c:4278) .asm_702c7 call .asm_702d5 xor a - ld [$ffaf], a + ld [hSCY], a ld c, a call Func_7036d ld d, $0 ld e, $fc .asm_702d5 call DelayFrame - ld a, [$ffae] + ld a, [hSCX] add e - ld [$ffae], a + ld [hSCX], a cp d jr nz, .asm_702d5 ret @@ -200,7 +200,7 @@ Func_7033e: ; 7033e (1c:433e) Func_7036d: ; 7036d (1c:436d) ld b, $0 hlCoord 12, 5 - predef_jump Func_79dda + predef_jump CopyTileIDsFromList Func_70377: ; 70377 (1c:4377) ld hl, wd747 |
