diff options
| author | YamaArashi <shadow962@live.com> | 2014-09-13 00:50:56 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2014-09-13 00:50:56 -0700 |
| commit | 0c916aea3353ed1bf2750be403b0da9ea0b922d4 (patch) | |
| tree | 4e50d805a37f06fabac6086a7ad6ed1d4f4526c4 /engine/hall_of_fame.asm | |
| parent | Labelled and commented mostly sprite-related things (diff) | |
| download | pokeyellow-0c916aea3353ed1bf2750be403b0da9ea0b922d4.tar.gz pokeyellow-0c916aea3353ed1bf2750be403b0da9ea0b922d4.tar.xz pokeyellow-0c916aea3353ed1bf2750be403b0da9ea0b922d4.zip | |
Commented more sprite and map code
Diffstat (limited to 'engine/hall_of_fame.asm')
| -rwxr-xr-x | engine/hall_of_fame.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/hall_of_fame.asm b/engine/hall_of_fame.asm index dd988cf1..30ae6266 100755 --- a/engine/hall_of_fame.asm +++ b/engine/hall_of_fame.asm @@ -18,7 +18,7 @@ AnimateHallOfFame: ; 701a0 (1c:41a0) ld bc, HOF_TEAM call FillMemory xor a - ld [wcfcb], a + ld [wUpdateSpritesEnabled], a ld [$ffd7], a ld [W_SPRITEFLIPPED], a ld [wd358], a @@ -66,7 +66,7 @@ AnimateHallOfFame: ; 701a0 (1c:41a0) call PlaceString ld c, 180 call DelayFrames - call GBFadeOut2 + call GBFadeOutToWhite pop bc pop hl jr .asm_701fb @@ -125,7 +125,7 @@ Func_70278: ; 70278 (1c:4278) call Func_7036d ld d, $a0 ld e, $4 - ld a, [wcf1b] + ld a, [wOnSGB] and a jr z, .asm_702c7 sla e @@ -282,4 +282,4 @@ Func_70423: ; 70423 (1c:4423) ld [wcfc9], a ld a, $ff ld [wMusicHeaderPointer], a - jp GBFadeOut2 + jp GBFadeOutToWhite |
