mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-19 03:22:29 +13:00
Some random label(s) somewhere...
hg-commit-id: 66036833f01f
This commit is contained in:
parent
1ec756040c
commit
a0791b38be
8
main.asm
8
main.asm
|
|
@ -69877,20 +69877,20 @@ Unnamed_ASM_74872: ; 0x74872
|
||||||
; code similar to this appears in a lot of banks; this particular
|
; code similar to this appears in a lot of banks; this particular
|
||||||
; one is called after you beat the Rocket that gives you TM28 DIG.
|
; one is called after you beat the Rocket that gives you TM28 DIG.
|
||||||
; the screen then fades out, he disappears, and fades back in
|
; the screen then fades out, he disappears, and fades back in
|
||||||
call $20EF
|
call GBFadeIn1
|
||||||
ld a, $07
|
ld a, $07
|
||||||
ld [$CC4D], a
|
ld [$CC4D], a
|
||||||
ld a, $15
|
ld a, $15
|
||||||
call $3E6D
|
call Predef
|
||||||
ld a, $09
|
ld a, $09
|
||||||
ld [$CC4D], a
|
ld [$CC4D], a
|
||||||
ld a, $11
|
ld a, $11
|
||||||
call $3E6D
|
call Predef
|
||||||
ld a, $06
|
ld a, $06
|
||||||
ld [$CC4D], a
|
ld [$CC4D], a
|
||||||
ld a, $11
|
ld a, $11
|
||||||
call Predef
|
call Predef
|
||||||
call $20D1
|
call GBFadeOut1
|
||||||
ret
|
ret
|
||||||
|
|
||||||
ViridianGym_h: ; 0x74897 to 0x748a3 (12 bytes) (id=45)
|
ViridianGym_h: ; 0x74897 to 0x748a3 (12 bytes) (id=45)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue