diff options
| author | YamaArashi <shadow962@live.com> | 2016-06-12 10:11:31 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2016-06-12 10:11:31 -0700 |
| commit | 3a6a300da48c98ab844ddc4d209abf51adf2aa44 (patch) | |
| tree | d6c97893cf16c963799f789f8248531653aa537a /text/maps/hall_of_fame.asm | |
| parent | sync tileset WRAM labels (diff) | |
| download | pokeyellow-3a6a300da48c98ab844ddc4d209abf51adf2aa44.tar.gz pokeyellow-3a6a300da48c98ab844ddc4d209abf51adf2aa44.tar.xz pokeyellow-3a6a300da48c98ab844ddc4d209abf51adf2aa44.zip | |
sync text
Diffstat (limited to 'text/maps/hall_of_fame.asm')
| -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 6c5dd40e..c799268b 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 |
