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