mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Add Hall of Fame mon info text strings
This commit is contained in:
parent
4a29caf063
commit
736db93fd8
6
main.asm
6
main.asm
|
@ -99324,7 +99324,7 @@ Func_702f0: ; 702f0 (1c:42f0)
|
||||||
call TextBoxBorder
|
call TextBoxBorder
|
||||||
FuncCoord 2, 6 ; $c41a
|
FuncCoord 2, 6 ; $c41a
|
||||||
ld hl, Coord
|
ld hl, Coord
|
||||||
ld de, Unknown_70329 ; $4329
|
ld de, HoFMonInfoText ; $4329
|
||||||
call PlaceString
|
call PlaceString
|
||||||
FuncCoord 1, 4 ; $c3f1
|
FuncCoord 1, 4 ; $c3f1
|
||||||
ld hl, Coord
|
ld hl, Coord
|
||||||
|
@ -99343,8 +99343,8 @@ Func_702f0: ; 702f0 (1c:42f0)
|
||||||
ld a, [W_WHICHTRADE] ; $cd3d
|
ld a, [W_WHICHTRADE] ; $cd3d
|
||||||
jp PlayCry
|
jp PlayCry
|
||||||
|
|
||||||
Unknown_70329: ; 70329 (1c:4329)
|
HoFMonInfoText: ; 70329 (1c:4329)
|
||||||
INCBIN "baserom.gbc",$70329,$7033e - $70329
|
db "LEVEL/",$4e,"TYPE1/",$4e,"TYPE2/@"
|
||||||
|
|
||||||
; known jump sources: 70298 (1c:4298)
|
; known jump sources: 70298 (1c:4298)
|
||||||
Func_7033e: ; 7033e (1c:433e)
|
Func_7033e: ; 7033e (1c:433e)
|
||||||
|
|
Loading…
Reference in a new issue