mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Add trade text strings
This commit is contained in:
parent
b47c79b746
commit
8e35930821
3
main.asm
3
main.asm
|
@ -13358,7 +13358,8 @@ SSAnne8AfterBattleText2: ; 5a24 (1:5a24)
|
||||||
db $50
|
db $50
|
||||||
; 0x5a24 + 5 bytes
|
; 0x5a24 + 5 bytes
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$5a29,$5a5b - $5a29
|
db "Trade completed!@"
|
||||||
|
db "Too bad! The trade",$4E,"was canceled!@"
|
||||||
|
|
||||||
Unknown_5a5b: ; 5a5b (1:5a5b)
|
Unknown_5a5b: ; 5a5b (1:5a5b)
|
||||||
INCBIN "baserom.gbc",$5a5b,$5a5f - $5a5b
|
INCBIN "baserom.gbc",$5a5b,$5a5f - $5a5b
|
||||||
|
|
Loading…
Reference in a new issue