mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Add Bill's PC menu text
This commit is contained in:
parent
69a8e4d80f
commit
c176c8e66b
6
main.asm
6
main.asm
|
@ -42451,7 +42451,7 @@ Func_214e8: ; 214e8 (8:54e8)
|
||||||
call TextBoxBorder
|
call TextBoxBorder
|
||||||
FuncCoord 2, 2 ; $c3ca
|
FuncCoord 2, 2 ; $c3ca
|
||||||
ld hl, Coord
|
ld hl, Coord
|
||||||
ld de, Unknown_216e1 ; $56e1
|
ld de, BillsPCMenuText ; $56e1
|
||||||
call PlaceString
|
call PlaceString
|
||||||
ld hl, W_TOPMENUITEMY ; $cc24
|
ld hl, W_TOPMENUITEMY ; $cc24
|
||||||
ld a, $2
|
ld a, $2
|
||||||
|
@ -42675,8 +42675,8 @@ Func_216be: ; 216be (8:56be)
|
||||||
ld [$cc2b], a
|
ld [$cc2b], a
|
||||||
ret
|
ret
|
||||||
|
|
||||||
Unknown_216e1: ; 216e1 (8:56e1)
|
BillsPCMenuText: ; 216e1 (8:56e1)
|
||||||
INCBIN "baserom.gbc",$216e1,$21713 - $216e1
|
db "WITHDRAW ",$4a,$4e,"DEPOSIT ",$4a,$4e,"RELEASE ",$4a,$4e,"CHANGE BOX",$4e,"SEE YA!@"
|
||||||
|
|
||||||
Unknown_21713: ; 21713 (8:5713)
|
Unknown_21713: ; 21713 (8:5713)
|
||||||
INCBIN "baserom.gbc",$21713,$2171b - $21713
|
INCBIN "baserom.gbc",$21713,$2171b - $21713
|
||||||
|
|
Loading…
Reference in a new issue