Skip to content

Commit

Permalink
Resolve issue #575: Rename text commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Nov 18, 2018
1 parent c05a2d2 commit 3202c4f
Show file tree
Hide file tree
Showing 123 changed files with 1,869 additions and 1,745 deletions.
4 changes: 2 additions & 2 deletions data/phone/text/bill.asm
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ BillPhoneNotFullText:

para "<PLAY_G>, your BOX"
line "has room for @"
text_from_ram wStringBuffer3
text_ram wStringBuffer3
text_start
cont "more #MON."

Expand All @@ -59,7 +59,7 @@ BillPhoneNearlyFullText:
para "<PLAY_G>, your BOX"
line "has room for only"
cont "@"
text_from_ram wStringBuffer3
text_ram wStringBuffer3
text " more #MON."

para "Maybe you should"
Expand Down
Loading

0 comments on commit 3202c4f

Please sign in to comment.