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/CinnabarLabFossilRoom.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/CinnabarLabFossilRoom.asm')
| -rw-r--r-- | text/CinnabarLabFossilRoom.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/text/CinnabarLabFossilRoom.asm b/text/CinnabarLabFossilRoom.asm index e7983fe9..14db7fff 100644 --- a/text/CinnabarLabFossilRoom.asm +++ b/text/CinnabarLabFossilRoom.asm @@ -30,7 +30,7 @@ _Lab4Text_75dd5:: line "back to life!" para "It was @" - text_ram wcf4b + text_ram wStringBuffer text_start line "like I think!" prompt @@ -43,7 +43,7 @@ _Lab4Text_610ae:: para "It is fossil of" line "@" - text_ram wcf4b + text_ram wStringBuffer text ", a" cont "#MON that is" cont "already extinct!" |
