diff options
| author | dannye <33dannye@gmail.com> | 2023-11-20 00:33:27 -0600 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2023-11-20 20:23:27 -0600 |
| commit | 298e99d3776580585c3f434e5d93137ae431bdd3 (patch) | |
| tree | a808c4ffd0fd0f9bd28972bae5236e0d3345c8e5 /text/CeladonMansion3F.asm | |
| parent | Add sound bits documentation for wOptions (#110) (diff) | |
| parent | Name 2 unnamed labels I missed in SeafoamIslandsB4F and PokemonMansion3F (#437) (diff) | |
| download | pokeyellow-298e99d3776580585c3f434e5d93137ae431bdd3.tar.gz pokeyellow-298e99d3776580585c3f434e5d93137ae431bdd3.tar.xz pokeyellow-298e99d3776580585c3f434e5d93137ae431bdd3.zip | |
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'text/CeladonMansion3F.asm')
| -rw-r--r-- | text/CeladonMansion3F.asm | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/text/CeladonMansion3F.asm b/text/CeladonMansion3F.asm index 4381c60f..0ad4501e 100644 --- a/text/CeladonMansion3F.asm +++ b/text/CeladonMansion3F.asm @@ -1,9 +1,9 @@ -_ProgrammerText:: +_CeladonMansion3FProgrammerText:: text "Me? I'm the" line "programmer!" done -_ProgrammerText2:: +_CeladonMansion3FProgrammerText2:: text "Me? I'm the" line "programmer!" @@ -13,13 +13,13 @@ _ProgrammerText2:: cont "#DEX." done -_GraphicArtistText:: +_CeladonMansion3FGraphicArtistText:: text "I'm the graphic" line "artist!" cont "I drew you!" done -_GraphicArtistText2:: +_CeladonMansion3FGraphicArtistText2:: text "I'm the graphic" line "artist!" @@ -30,22 +30,22 @@ _GraphicArtistText2:: cont "as proof?" done -_GraphicArtistText3:: +_CeladonMansion3FGraphicArtistText3:: text "Just tell me if" line "you want to PRINT" cont "out a DIPLOMA." done -_GraphicArtistText4:: +_CeladonMansion3FGraphicArtistText4:: text "All done!" done -_GraphicArtistText5:: +_CeladonMansion3FGraphicArtistText5:: text "OK, let's not" line "PRINT." done -_WriterText:: +_CeladonMansion3FWriterText:: text "I wrote the story!" line "Isn't ERIKA cute?" @@ -56,7 +56,7 @@ _WriterText:: line "I like her!" done -_WriterText2:: +_CeladonMansion3FWriterText2:: text "I wrote the story!" para "It's great you" @@ -64,7 +64,7 @@ _WriterText2:: cont "#MON! Thanks!" done -_GameDesignerText:: +_CeladonMansion3FGameDesignerText:: text "Is that right?" para "I'm the game" @@ -78,7 +78,7 @@ _GameDesignerText:: line "come tell me!" done -_CompletedDexText:: +_CeladonMansion3FGameDesignerCompletedDexText:: text "Wow! Excellent!" line "You completed" cont "your #DEX!" @@ -86,33 +86,33 @@ _CompletedDexText:: cont "...@" text_end -_CompletedDexText2:: +_CeladonMansion3FGameDesignerCompletedDexText2:: text "Go show off your" line "DIPLOMA to" cont "the development" cont "crew." done -_CeladonMansion3Text5:: +_CeladonMansion3FGameProgramPCText:: text "It's the game" line "program! Messing" cont "with it could bug" cont "out the game!" done -_CeladonMansion3Text6:: +_CeladonMansion3FPlayingGamePCText:: text "Someone's playing" line "a game instead of" cont "working!" done -_CeladonMansion3Text7:: +_CeladonMansion3FGameScriptPCText:: text "It's the script!" line "Better not look" cont "at the ending!" done -_CeladonMansion3Text8:: +_CeladonMansion3FDevRoomSignText:: text "GAME FREAK" line "Development Room" done |
