blob: db2d12a1f66d5ca05fbd8d130bba06f4b3fe6b14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Func_74872: ; 74872 (1d:4872)
; 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.
; the screen then fades out, he disappears, and fades back in
call GBFadeIn1
ld a, $07
ld [$CC4D], a
ld a, $15
call Predef
ld a, $09
ld [$CC4D], a
ld a, $11
call Predef
ld a, $06
ld [$CC4D], a
ld a, $11
call Predef
call GBFadeOut1
ret
|