diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-01 09:44:32 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-01 09:44:32 -0400 |
commit | 4b91cc770e8fc83353f962a4a6f9ebef6eb952c8 (patch) | |
tree | 817ba66931e06ebc5ba45103e5055a574d327a2f /text | |
parent | bd7620b8519bab0a2b827a4244a696207a111990 (diff) |
Text macros; Prize Room
Diffstat (limited to 'text')
-rw-r--r-- | text/maps/hall_of_fame.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/text/maps/hall_of_fame.asm b/text/maps/hall_of_fame.asm index e4b8de4f..cbb0e52b 100644 --- a/text/maps/hall_of_fame.asm +++ b/text/maps/hall_of_fame.asm @@ -1,7 +1,7 @@ _HallofFameRoomText1:: text "OAK: Er-hem!" line "Congratulations," - cont $52, "!" + cont "<PLAYER>!" para "This floor is the" line "#MON HALL OF" @@ -16,13 +16,13 @@ _HallofFameRoomText1:: line "also recorded in" cont "the HALL OF FAME!" - para $52, "! You have" + para "<PLAYER>! You have" line "endeavored hard" cont "to become the new" cont "LEAGUE champion!" para "Congratulations," - line $52, ", you and" + line "<PLAYER>, you and" cont "your #MON are" cont "HALL OF FAMERs!" done |