diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-08-28 17:02:20 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-08-28 17:02:20 -0400 |
| commit | 7ee8a6509e323ec012ece6273809e46830c29239 (patch) | |
| tree | a58c8343919f9be0f208733f77506d783e5c269c /text/CeladonMartRoof.asm | |
| parent | Remove old tile animation comments (#333) (diff) | |
| download | pokeyellow-7ee8a6509e323ec012ece6273809e46830c29239.tar.gz pokeyellow-7ee8a6509e323ec012ece6273809e46830c29239.tar.xz pokeyellow-7ee8a6509e323ec012ece6273809e46830c29239.zip | |
wcf4b -> wStringBuffer
Diffstat (limited to 'text/CeladonMartRoof.asm')
| -rw-r--r-- | text/CeladonMartRoof.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/text/CeladonMartRoof.asm b/text/CeladonMartRoof.asm index 15bf8c04..cbedb3b7 100644 --- a/text/CeladonMartRoof.asm +++ b/text/CeladonMartRoof.asm @@ -17,7 +17,7 @@ _CeladonMartRoofText_484f3:: _CeladonMartRoofText_484f9:: text "<PLAYER> received" line "@" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end @@ -25,7 +25,7 @@ _CeladonMartRoofText_484fe:: text_start para "@" - text_ram wcf4b + text_ram wStringBuffer text " contains" line "ICE BEAM!" @@ -47,7 +47,7 @@ _CeladonMartRoofText_48504:: _CeladonMartRoofText_4850a:: text "<PLAYER> received" line "@" - text_ram wcf4b + text_ram wStringBuffer text "!@" text_end @@ -55,7 +55,7 @@ _CeladonMartRoofText_4850f:: text_start para "@" - text_ram wcf4b + text_ram wStringBuffer text " contains" line "ROCK SLIDE!" @@ -137,7 +137,7 @@ _VendingMachineText4:: done _VendingMachineText5:: - text_ram wcf4b + text_ram wStringBuffer text_start line "popped out!" done |
