diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-01 18:13:31 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-01 18:13:31 -0500 |
commit | 010b450834bd595b961582aea5e5771632510ef9 (patch) | |
tree | 7a13777e9b276b0472acf9301199e185c495652b /text | |
parent | 31c407bb3de7328f9e80f006052c23ffcfbbfe39 (diff) |
Prepare to merge
Diffstat (limited to 'text')
-rw-r--r-- | text/common_3.asm | 8 | ||||
-rw-r--r-- | text/common_4.asm | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/text/common_3.asm b/text/common_3.asm index ed1bfb83c..f91877a68 100644 --- a/text/common_3.asm +++ b/text/common_3.asm @@ -708,7 +708,7 @@ UnknownText_0x1c0ba5: ; 1c0ba5 UnknownText_0x1c0bbb: ; 1c0bbb text "Throw away @" - deciram wd10c, 1, 2 + deciram wItemQuantityChangeBuffer, 1, 2 text "" line "@" text_from_ram StringBuffer2 @@ -1293,7 +1293,7 @@ _KrissPCHowManyWithdrawText: ; 1c1381 _KrissPCWithdrewItemsText: ; 1c13a4 text "Withdrew @" - deciram wd10c, 1, 2 + deciram wItemQuantityChangeBuffer, 1, 2 text "" line "@" text_from_ram StringBuffer2 @@ -1320,7 +1320,7 @@ _KrissPCHowManyDepositText: ; 1c13ef _KrissPCDepositItemsText: ; 1c1411 text "Deposited @" - deciram wd10c, 1, 2 + deciram wItemQuantityChangeBuffer, 1, 2 text "" line "@" text_from_ram StringBuffer2 @@ -1610,7 +1610,7 @@ UnknownText_0x1c1a90: ; 1c1a90 UnknownText_0x1c1aad: ; 1c1aad text "Throw away @" - deciram wd10c, 1, 2 + deciram wItemQuantityChangeBuffer, 1, 2 text "" line "@" text_from_ram StringBuffer2 diff --git a/text/common_4.asm b/text/common_4.asm index 5739f7bf2..8788bf24f 100644 --- a/text/common_4.asm +++ b/text/common_4.asm @@ -537,7 +537,7 @@ UnknownText_0x1c4bfd: ; 0x1c4bfd ; 0x1c4c08 UnknownText_0x1c4c08: ; 0x1c4c08 - deciram wd10c, 1, 2 + deciram wItemQuantityChangeBuffer, 1, 2 text " @" text_from_ram StringBuffer2 text "(S)" @@ -569,7 +569,7 @@ UnknownText_0x1c4ca3: ; 0x1c4ca3 ; 0x1c4cae UnknownText_0x1c4cae: ; 0x1c4cae - deciram wd10c, 1, 2 + deciram wItemQuantityChangeBuffer, 1, 2 text " @" text_from_ram StringBuffer2 text "(S)" @@ -666,7 +666,7 @@ UnknownText_0x1c4e7e: ; 0x1c4e7e ; 0x1c4e89 UnknownText_0x1c4e89: ; 0x1c4e89 - deciram wd10c, 1, 2 + deciram wItemQuantityChangeBuffer, 1, 2 text " @" text_from_ram StringBuffer2 text "(S)" |