mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-15 17:46:40 +13:00
Whitespace.
hg-commit-id: de73bb7aef32
This commit is contained in:
parent
d2c8727eb2
commit
868181ea90
6
main.asm
6
main.asm
|
|
@ -68067,8 +68067,10 @@ INCBIN "baserom.gbc",$747de,$74872 - $747de
|
||||||
|
|
||||||
Unnamed_ASM_74872: ; 0x74872
|
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
|
||||||
call $20EF ; 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.
|
||||||
ld a, $07 ; the screen then fades out, he disappears, and fades back in
|
; the screen then fades out, he disappears, and fades back in
|
||||||
|
call $20EF
|
||||||
|
ld a, $07
|
||||||
ld [$CC4D], a
|
ld [$CC4D], a
|
||||||
ld a, $15
|
ld a, $15
|
||||||
call $3E6D
|
call $3E6D
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue