mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-09 03:40:41 +12:00
Merge pull request #241 from Nog-Frog/Fix-Sent-To-Box
Change "Set to box" to "Sent to box"
This commit is contained in:
commit
6119945fca
2 changed files with 4 additions and 4 deletions
|
|
@ -33,7 +33,7 @@ _GivePokemon:
|
||||||
.next
|
.next
|
||||||
ld [hli], a
|
ld [hli], a
|
||||||
ld [hl], "@"
|
ld [hl], "@"
|
||||||
ld hl, SetToBoxText
|
ld hl, SentToBoxText
|
||||||
call PrintText
|
call PrintText
|
||||||
scf
|
scf
|
||||||
ret
|
ret
|
||||||
|
|
@ -73,8 +73,8 @@ GotMonText:
|
||||||
TX_SFX_ITEM_1
|
TX_SFX_ITEM_1
|
||||||
db "@"
|
db "@"
|
||||||
|
|
||||||
SetToBoxText:
|
SentToBoxText:
|
||||||
TX_FAR _SetToBoxText
|
TX_FAR _SentToBoxText
|
||||||
db "@"
|
db "@"
|
||||||
|
|
||||||
BoxIsFullText:
|
BoxIsFullText:
|
||||||
|
|
|
||||||
2
text.asm
2
text.asm
|
|
@ -2730,7 +2730,7 @@ _GotMonText::
|
||||||
TX_RAM wcd6d
|
TX_RAM wcd6d
|
||||||
text "!@@"
|
text "!@@"
|
||||||
|
|
||||||
_SetToBoxText::
|
_SentToBoxText::
|
||||||
text "There's no more"
|
text "There's no more"
|
||||||
line "room for #MON!"
|
line "room for #MON!"
|
||||||
cont "@"
|
cont "@"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue