pokered/scripts/ceruleancity2.asm
yenatch 40c17c906b Remove most static wram addresses. Use labels instead.
For unknown addresses, use "w<address>".

Label overleads are still an issue.
2014-05-26 22:04:39 -07:00

19 lines
413 B
NASM
Executable file

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 [wcc4d], a
ld a, $15
call Predef
ld a, $09
ld [wcc4d], a
ld a, $11
call Predef
ld a, $06
ld [wcc4d], a
ld a, $11
call Predef
call GBFadeOut1
ret