mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Add Hall of Fame text string
This commit is contained in:
parent
aa15dd8fd4
commit
4a29caf063
6
main.asm
6
main.asm
|
@ -99220,7 +99220,7 @@ Func_701a0: ; 701a0 (1c:41a0)
|
||||||
call TextBoxBorder
|
call TextBoxBorder
|
||||||
FuncCoord 4, 15 ; $c4d0
|
FuncCoord 4, 15 ; $c4d0
|
||||||
ld hl, Coord
|
ld hl, Coord
|
||||||
ld de, Unknown_7026b ; $426b
|
ld de, HallOfFameText ; $426b
|
||||||
call PlaceString
|
call PlaceString
|
||||||
ld c, $b4
|
ld c, $b4
|
||||||
call DelayFrames
|
call DelayFrames
|
||||||
|
@ -99249,8 +99249,8 @@ Func_701a0: ; 701a0 (1c:41a0)
|
||||||
res 3, [hl]
|
res 3, [hl]
|
||||||
ret
|
ret
|
||||||
|
|
||||||
Unknown_7026b: ; 7026b (1c:426b)
|
HallOfFameText: ; 7026b (1c:426b)
|
||||||
INCBIN "baserom.gbc",$7026b,$70278 - $7026b
|
db "HALL OF FAME@"
|
||||||
|
|
||||||
; known jump sources: 70217 (1c:4217), 70259 (1c:4259)
|
; known jump sources: 70217 (1c:4217), 70259 (1c:4259)
|
||||||
Func_70278: ; 70278 (1c:4278)
|
Func_70278: ; 70278 (1c:4278)
|
||||||
|
|
Loading…
Reference in a new issue