diff --git a/battle/formation/patch/02 Area KMR Part 3.bpat b/battle/formation/patch/02 Area KMR Part 3.bpat index e69de29..01bc4ae 100644 --- a/battle/formation/patch/02 Area KMR Part 3.bpat +++ b/battle/formation/patch/02 Area KMR Part 3.bpat @@ -0,0 +1,234 @@ +@ $JrTroopa1 +{ + % stats + [Index] 88b + [Level] 41`b + [MaxHP] 10`b + [Coins] 0`b + [Flags] 00000000 + [StatusTable] $StatusTable_80222A38 + % ai + [PartsCount] 1`s + [PartsTable] $PartsTable_80222AE4 + [Script] $Script_Init_80223180 + % move effectiveness + [Escape] 0`b + [Item] 0`b + [AirLift] 0`b + [Hurricane] 0`b % Bow's "Spook" as well + [UpAndAway] 0`b + [PowerBounce] 80`b + [SpinSmash] 0`b % weight (0-4) + % ui positions + [Size] 24`b 32`b % width height + [HealthBar] 0`b 0`b % dx dy + [StatusTurn] -15`b 30`b % dx dy + [StatusIcon] 10`b 20`b % dx dy +} + +@ $Script_NextTurn_80223D2C +{ + 0: Call UseIdleAnimation ( .Actor:Self .False ) + 14: Call EnableIdleScript ( .Actor:Self 00000000 ) + 28: Call GetBattlePhase ( *Var0 ) + 38: Switch *Var0 + 44: Case == 0000000A + 50: Call GetActorVar ( .Actor:Self 00000001 *Var0 ) + 68: If *Var0 == 00000000 + 78: Call SetActorVar ( .Actor:Self 00000001 00000001 ) + 90: Wait 15` + 9C: Call 802535B4 ( 00000000 ) + AC: Call SetAnimation ( .Actor:Player 00000000 00010002 ) + C4: Thread + CC: Set *Var1 00000000 + DC: Wait 8` + E8: Loop 00000005 + F4: Wait 1` + 100: Sub *Var1 00000024 + 110: Call SetActorYaw ( .Actor:Player *Var1 ) + 124: EndLoop + 12C: EndThread + 134: Call SetAnimation ( .Actor:Self 00000001 0021002B ) + 14C: Call ActorSpeak ( 000B00AF .Actor:Partner 00000000 009D0008 009D0001 ) % Mario, this is Jr. Troopa. He's the boss of the ne ... + 16C: Call SetAnimation ( .Actor:Self 00000001 00210003 ) + 184: Call SetAnimation ( .Actor:Player 00000000 00010029 ) + 19C: Wait 10` + 1A8: Thread + 1B0: Set *Var1 000000B4 + 1C0: Wait 4` + 1CC: Loop 00000005 + 1D8: Wait 1` + 1E4: Add *Var1 00000024 + 1F4: Call SetActorYaw ( .Actor:Player *Var1 ) + 208: EndLoop + 210: EndThread + 218: Wait 10` + 224: Call 802535B4 ( 00000001 ) + 234: Call UseBattleCamPreset ( 00000002 ) + 244: Call MoveBattleCamOver ( 4` ) + 254: EndIf + 264: Case == 0000000C + 270: Call GetActorVar ( .Actor:Self 00000002 *Var0 ) + 288: If *Var0 == 00000001 + 298: Call SetActorVar ( .Actor:Self 00000002 00000002 ) + 2B0: ExecWait $Script_80222C08 + 2BC: Call UseIdleAnimation ( .Actor:Player .False ) + 2D0: Call SetAnimation ( .Actor:Player 00000000 00010002 ) + 2E8: Thread + 2F0: Set *Var1 00000000 + 300: Loop 00000005 + 30C: Wait 1` + 318: Sub *Var1 00000024 + 328: Call SetActorYaw ( .Actor:Player *Var1 ) + 33C: EndLoop + 344: EndThread + 34C: Call UseIdleAnimation ( .Actor:Partner .False ) + 360: Call ActorSpeak ( 000B00B0 .Actor:Partner 00000000 009D0008 009D0001 ) % Oh, excellent! Good move! Go on!! + 380: Call UseIdleAnimation ( .Actor:Partner .True ) + 394: Call SetAnimation ( .Actor:Player 00000000 00010032 ) + 3AC: Wait 20` + 3B8: Call SetActorYaw ( .Actor:Player 0` ) + 3CC: Wait 4` + 3D8: Call UseIdleAnimation ( .Actor:Player .True ) + 3EC: EndIf + 3F4: Call GetActorVar ( .Actor:Self 00000003 *Var0 ) + 40C: If *Var0 == 00000000 + 41C: Call GetActorHP ( .Actor:Self *Var0 ) + 430: If *Var0 <= 00000001 + 440: Call SetActorVar ( .Actor:Self 00000003 00000001 ) + 458: Call UseIdleAnimation ( .Actor:Partner .False ) + 46C: Call ActorSpeak ( 000B00B2 .Actor:Partner 00000000 009D0008 009D0001 ) % Mario, you've almost got him! Keep it up! Go on! + 48C: Call UseIdleAnimation ( .Actor:Partner .True ) + 4A0: ExecWait $Script_80222B30 + 4AC: Call ActorSpeak ( 000B00B3 .Actor:Self 00000001 00210016 00210003 ) % All right, you asked for it! Say hello to Jr. Troo ... + 440: Call SetActorVar ( .Actor:Self 00000004 00000002 ) + 5AC: Wait 60` + Call FadeOutMusic ( 00000000 240` ) + 5B8: Wait 60` + Call ActorSpeak ( 002F0001 .Actor:Self 00000001 00210016 00210003 ) % Yep. That's right. It's literally nothing. ... + 5F4: Wait 300` + Call ActorSpeak ( 002F0002 .Actor:Self 00000001 00210016 00210003 ) % Gah! I can't take it any more! + 600: EndIf + 608: EndIf + 610: EndSwitch + 618: Call EnableIdleScript ( .Actor:Self 00000001 ) + 62C: Call UseIdleAnimation ( .Actor:Self .True ) + 640: Return + 648: End +} + +@ $Script_TakeTurn_802234A4 +{ + 0: Call UseIdleAnimation ( .Actor:Self .False ) + 14: Call EnableIdleScript ( .Actor:Self 00000000 ) + 28: Call AddActorVar ( .Actor:Self 00000000 00000001 ) + 40: Call GetActorHP ( .Actor:Self *Var0 ) + 54: Call GetEnemyMaxHP ( .Actor:Self *Var1 ) + 68: Sub *Var1 *Var0 + 78: If *Var1 == 00000003 + 88: Call GetActorVar ( .Actor:Self 00000005 *Var0 ) + A0: If *Var0 == 00000000 + B0: Call SetActorVar ( .Actor:Self 00000005 00000001 ) + C8: ExecWait $Script_80222B30 + D4: Call MoveBattleCamOver ( 20` ) + E4: Wait 20` + F0: Call UseIdleAnimation ( .Actor:Self .False ) + 104: Call EnableIdleScript ( .Actor:Self 00000000 ) + 118: Call ActorSpeak ( 000B00B1 .Actor:Self 00000001 00210016 00210003 ) % Grrrr!! I'm just getting warmed up! + 138: EndIf + 140: EndIf + 148: Call SetTargetActor ( .Actor:Self .Actor:Player ) + 15C: Call SetGoalToTarget ( .Actor:Self ) + 16C: Call UseBattleCamPreset ( 0000003F ) + 17C: Call BattleCamTargetActor ( .Actor:Self ) + 18C: Call 8024ECF8 ( FFFFFFFF 00000001 00000000 ) + 1A4: Call SetAnimation ( .Actor:Self 00000001 00210009 ) + 1BC: Call SetActorSpeed ( .Actor:Self *Fixed[8.0] ) + 1D0: Call SetGoalToTarget ( .Actor:Self ) + 1E0: Call AddGoalPos ( .Actor:Self 50` 0` 0` ) + 1FC: Call SetActorSpeed ( .Actor:Self *Fixed[6.0] ) + 210: Call RunToGoal ( .Actor:Self 0` .False ) + 228: Call SetAnimation ( .Actor:Self 00000001 00210003 ) + 240: Call SetActorDispOffset ( .Actor:Self 00000000 FFFFFFFF 00000000 ) + 25C: Wait 1` + 268: Call SetActorDispOffset ( .Actor:Self 00000000 FFFFFFFE 00000000 ) + 284: Wait 5` + 290: Call SetActorDispOffset ( .Actor:Self 00000000 00000000 00000000 ) + 2AC: Call SetAnimation ( .Actor:Self 00000001 0021000E ) + 2C4: Call SetActorSounds ( .Actor:Self .ActorSound:Jump 000020E2 00000000 ) + 2E0: Call GetActorVar ( .Actor:Self 00000004 *Var1 ) + 2F8: Call EnemyTestTarget ( .Actor:Self *Var0 ~Flags:DamageType:0 00000000 *Var1 00000010 ) + 31C: Switch *Var0 + 328: Case == .HitResult:Miss % 6 + 334: Call GetGoalPos ( .Actor:Self *Var0 *Var1 *Var2 ) + 350: Add *Var0 00000028 + 360: Set *Var1 00000000 + 370: Call SetActorJumpGravity ( .Actor:Self *Fixed[1.8] ) + 384: Call SetGoalPos ( .Actor:Self *Var0 *Var1 *Var2 ) + 3A0: Call JumpToGoal ( .Actor:Self 10` .False .True .False ) + 3C0: Add *Var0 0000001E + 3D0: Call ResetAllActorSounds ( .Actor:Self ) + 3E0: Call SetGoalPos ( .Actor:Self *Var0 *Var1 *Var2 ) + 3FC: Call JumpToGoal ( .Actor:Self 8` .False .True .False ) + 41C: Add *Var0 00000014 + 42C: Call SetGoalPos ( .Actor:Self *Var0 *Var1 *Var2 ) + 448: Call JumpToGoal ( .Actor:Self 6` .False .True .False ) + 468: Sub *Var0 0000000A + 478: Call JumpToGoal ( .Actor:Self 4` .False .True .False ) + 498: Call SetAnimation ( .Actor:Self 00000001 00210003 ) + 4B0: Wait 8` + 4BC: Call SetAnimation ( .Actor:Self 00000001 00210003 ) + 4D4: Call UseBattleCamPreset ( 00000002 ) + 4E4: Call SetGoalToHome ( .Actor:Self ) + 4F4: Call SetActorSpeed ( .Actor:Self *Fixed[6.0] ) + 508: Call SetAnimation ( .Actor:Self 00000001 00210009 ) + 520: Call RunToGoal ( .Actor:Self 0` .False ) + 538: Call SetAnimation ( .Actor:Self 00000001 00210003 ) + 550: Return + 558: EndSwitch + 560: Call SetGoalToTarget ( .Actor:Self ) + 570: Call SetActorJumpGravity ( .Actor:Self *Fixed[2.0] ) + 584: Thread + 58C: Wait 3` + 598: Call SetAnimation ( .Actor:Self 00000001 0021000F ) + 5B0: Wait 5` + 5BC: Call SetAnimation ( .Actor:Self 00000001 00210010 ) + 5D4: EndThread + 5DC: Call JumpToGoal ( .Actor:Self 15` .False .True .False ) + 5FC: Wait 2` + 620: Call EnemyDamageTarget ( .Actor:Self *Var0 ~Flags:DamageType:0 00000000 00000000 00000001 00000020 ) + 648: Switch *Var0 + 654: CaseOR == .HitResult:Hit % 0 + 660: CaseOR == .HitResult:QuakeImmune % 2 + 66C: Call UseBattleCamPreset ( 00000002 ) + 67C: Call ResetAllActorSounds ( .Actor:Self ) + 68C: Call GetGoalPos ( .Actor:Self *Var0 *Var1 *Var2 ) + 6A8: Add *Var0 00000028 + 6B8: Set *Var1 00000000 + 6C8: Call SetActorJumpGravity ( .Actor:Self *Fixed[1.8] ) + 6DC: Call SetGoalPos ( .Actor:Self *Var0 *Var1 *Var2 ) + 6F8: Call JumpToGoal ( .Actor:Self 10` .False .True .False ) + 718: Add *Var0 0000001E + 728: Call SetGoalPos ( .Actor:Self *Var0 *Var1 *Var2 ) + 744: Call JumpToGoal ( .Actor:Self 8` .False .True .False ) + 764: Add *Var0 00000014 + 774: Call SetGoalPos ( .Actor:Self *Var0 *Var1 *Var2 ) + 790: Call JumpToGoal ( .Actor:Self 6` .False .True .False ) + 7B0: Call SetAnimation ( .Actor:Self 00000001 00210003 ) + 7C8: Wait 10` + 7D4: Call SetGoalToHome ( .Actor:Self ) + 7E4: Call SetActorSpeed ( .Actor:Self *Fixed[6.0] ) + 7F8: Call SetAnimation ( .Actor:Self 00000001 00210009 ) + 810: Call RunToGoal ( .Actor:Self 0` .False ) + 828: Call SetAnimation ( .Actor:Self 00000001 00210003 ) + 840: EndCaseGroup + 848: EndSwitch + 608: Call GetActorVar ( .Actor:Self 00000004 *Var1 ) + If *Var1 == 2 + Call ActorSpeak ( 002F0003 .Actor:Self 00000001 00210016 00210003 ) % Aw, cranberries. + EndIf + 850: Call EnableIdleScript ( .Actor:Self 00000001 ) + 864: Call UseIdleAnimation ( .Actor:Self .True ) + 878: Return + 880: End +} \ No newline at end of file diff --git a/sprite/npc/src/62/Palette_00.png b/sprite/npc/src/62/Palette_00.png new file mode 100644 index 0000000..135963e Binary files /dev/null and b/sprite/npc/src/62/Palette_00.png differ diff --git a/sprite/npc/src/62/Palette_01.png b/sprite/npc/src/62/Palette_01.png new file mode 100644 index 0000000..4bdb7a3 Binary files /dev/null and b/sprite/npc/src/62/Palette_01.png differ diff --git a/strings/patch/00 Introduction.str b/strings/patch/00 Introduction.str index 14686ac..5625d2e 100644 --- a/strings/patch/00 Introduction.str +++ b/strings/patch/00 Introduction.str @@ -195,19 +195,20 @@ #string:00:023 { [Style Narrate] - [Pause 4][InputOn]I'm throwing a party at my[BR] - castle today![BR] - [Pause 10]Mario and Luigi, I would be[BR] - honored if you both could attend.[BR] + [Pause 4][InputOn]Hay guise. Totally forgot that I'm[BR] + supposed to be throwing a party[BR] + today and I'm drunk off my ass. [Wait][BR] [Next] - [Down 5]Many guests from distant towns [BR] - [Down 5]are hoping to meet you.[BR] + Mario, Luigi, if you promise I won't[BR] + get wrapped up in another one of[BR] + your lame-ass adventures, could[BR] + you stop by and chill for a while? [Wait][BR] - [Up 10][Next] - There will be tasty sweets and[BR] - all kinds of entertainment![BR] - I hope to see you here soon![BR] + [Next] + Just keep things vibing until I[BR] + sober up. Do NOT come and speak[BR] + to me![BR] [Pause 15][Right 110]Sincerely, Peach[BR] [Wait][Yield][End] } @@ -624,46 +625,46 @@ #string:00:04B { [Style Right] - Oh, Mario![BR] - [Pause 10]You came to the party to see[BR] - me! You're so sweet![BR] - [Pause 20]Thank you![HEART][Wait][End] + Oh. Mario.[BR] + [Pause 10]You... came to the party to see[BR] + me? You're so, uh, sweet.[BR][Wait][End] } #string:00:04C { [Style Right] - I was just resting a bit. It[BR] - gets tiring, greeting all those[BR] - guests out there![BR] + Look, my head is pounding, and[BR] + talking to you is making it worse.[BR] + No way am I dealing with those[BR] + boring-ass guests like this.[BR] [Wait][Next] - Nobody will bother us here.[BR] - [Pause 10]Shall we relax and chat, just the[BR] - two of us? [Wait][End] + I came back here to not be[BR] + disturbed.[BR] + [Pause 10]So, uh, kindly go away?[Wait][End] } #string:00:04D { [Style Right] - It was a lovely day today, so I'm[BR] - sure it's comfortable out on the[BR] - balcony right now.[BR] - [Pause 10]Would you accompany me, Mario?[Wait][End] + I'm gonna go chill out in the high[BR] + tower with my head under a pillow.[BR] + [Pause 10]Please don't follow me.[Wait][End] } #string:00:04E { [Style Right] - Oh! Are you all right, Mario?[BR] - [Pause 10]What in the world was that?[Wait][End] + Oh, shit! Did I take the wrong[BR] + pills? Is this what an acid trip[BR] + feels like?[Wait][End] } #string:00:04F { [Style Right] - Oh my! Look, Mario![BR] - [Pause 10]It's still daytime, isn't it?[BR] - [Pause 10]... But I can see stars outside![Wait][End] + Oh, like, wow!!! Look, Mario![BR] + [Pause 10]It's nighttime![BR] + [Pause 10]Guess you'd better go home![Wait][End] } #string:00:050 @@ -677,12 +678,9 @@ #string:00:051 { [Style Right] - ... Bowser![BR] - [Pause 10]But this can't be![BR] - It was you who made the ground[BR] - shake just now, wasn't it![BR] - [Wait][Next] - Whatever did you do?[Wait][End] + ...uhhhhhh. Hi. You.[BR] + [Pause 10]Mario, what's this handsome guy's[BR] + name again?[Wait][End] } #string:00:052 @@ -690,7 +688,7 @@ [Style Right] [Voice Bowser][Down 8][PrintRising][Wave][Size 32]Gwa ha ha ha![BR] [SizeReset][/PrintRising][/Wave][Wait][BR] - [Scroll 3][Up 12]Yeah, that was me! I've lifted[BR] + [Scroll 3][Up 12]Yeah, it's me, Bowser! I've lifted[BR] your castle up into the sky![BR] It's sitting on my castle now![BR] [Pause 10]Weren't expecting that, huh?[BR] @@ -717,11 +715,10 @@ #string:00:054 { [Style Right] - Haven't you learned your lesson[BR] - by now, Bowser?[BR] + Oh, you're, like, still here.[BR] [Wait][Next] - You can never defeat Mario![BR] - [Pause 10]Why don't you give up already?[Wait][End] + Leave the beefcake alone, Mario.[BR] + [Pause 10]You're clearly no match for him.[Wait][End] } #string:00:055 @@ -744,7 +741,8 @@ #string:00:057 { [Style Right] - Mario, [Pause 5]you can do it![Wait][End] + Mario, [Pause 5]you'd better not blow this[BR] + for me!![Wait][End] } #string:00:058 @@ -806,7 +804,8 @@ #string:00:05D { [Style Right] - [PrintRising]Oh no! Mario! Get up![Wait][End] + Oh, no. Mario, get up.[BR] + [Pause 20]C'mon, you're harshing my vibe.[Wait][End] } #string:00:05E @@ -846,6 +845,6 @@ #string:00:062 { [Style Right] - [PrintRising]Oh, no! Mario------!![Wait][End] + [PrintRising]Oh, no! My window----------!![Wait][End] } diff --git a/strings/patch/0B Chapter 0.str b/strings/patch/0B Chapter 0.str new file mode 100644 index 0000000..315134f --- /dev/null +++ b/strings/patch/0B Chapter 0.str @@ -0,0 +1,2756 @@ +#message:0B:000 +{ + [Style Right] + [Voice Star][DitherFade 217]Oh, thank heavens![BR] + [Pause 10]He's been gravely injured, but I[BR] + think he'll recover.[Wait][End] +} + +#message:0B:001 +{ + [Style Right] + [Voice Star][DitherFade 217]But Bowser has the Star Rod![BR] + Now he's mightier than Mario![BR] + [Wait][Next] + It's hopeless! All is lost![Wait][End] +} + +#message:0B:002 +{ + [Style Right] + [Voice Star][DitherFade 217]Everybody just calm down.[BR] + [Pause 10]As long as we keep it together,[BR] + there's always hope. Now...[BR] + [Wait][Next] + Our fates are in Mario's hands.[BR] + We must try to revive him.[BR] + [Wait][Next] + Gather round, everyone.[BR] + [Pause 15]Send Mario your power![Wait][End] +} + +#message:0B:003 +{ + [Style Right] + [Voice Star][DitherFade 217]Phew...that's it. That's all we[BR] + can do right now.[BR] + [Wait][Next] + Mario...[BR] + [Pause 10]Please get up... Please...[Wait][End] +} + +#message:0B:004 +{ + [Style Right] + It really sounded like something[BR] + fell somewhere around here...[BR] + [Wait][Next] + Oh[Pause 3].[Pause 3].[Pause 3].[BR] + [Pause 10]Who could that be?[Wait][End] +} + +#message:0B:005 +{ + [Style Right] + This red shirt, [Pause 5]this hat, [Pause 5]and[BR] + this mustache...[BR] + [Pause 10]You know, this really looks like[BR] + the one and only Mario![BR] + [Wait][Next] + It couldn't be...could it?[BR] + [Pause 10]The real Mario?[Wait][End] +} + +#message:0B:006 +{ + [Style Right] + [PrintRising]Hey! [Pause 4]Hey! Wake up![BR] + [Pause 8]C'mon!! Up and at 'em!![BR] + [/fx][Wait][Next] + Oh no! He won't wake up!!![Wait][End] +} + +#message:0B:007 +{ + [Style Right] + Oh, oh, what am I gonna do!?[Wait][End] +} + +#message:0B:008 +{ + [Style Right] + [PrintRising]Dad!![BR] + [Pause 5]Goom-pa!![BR] + [Pause 5]Goom-ba-rio!!![Wait][End] +} + +#message:0B:009 +{ + [Style Right] + [Voice Star][DitherFade 217][Pause 10]Mario...[BR] + [Pause 10]Can you hear me, Mario...?[BR] + [Wait][Next] + I'm Eldstar, a Star Spirit...[BR] + [Pause 15]I have something very important[BR] + to tell you...[BR] + [Wait][Next] + It concerns the princess...and[BR] + all of the Mushroom Kingdom...[BR] + [Wait][Next] + [Pause 10]But sadly,[BR] + [Pause 5]I haven't the strength to talk[BR] + to you here...[BR] + [Wait][Next] + Mario...[BR] + [Pause 10]I need to have you come to[BR] + [Color 0x20]Shooting Star Summit[Color 0x0A].[BR] + [Pause 10][Wait][Next] + [Pause 5]Please... Mario...[BR] + [Pause 10]We Star Spirits will be waiting[BR] + for you at the summit...[Wait][End] +} + +#message:0B:00A +{ + [Style Right] + Oh...[Pause 5]Mario![BR] + [Wait][Next] + I'm so happy[BR] + [Pause 10]to see you awake![Wait][End] +} + +#message:0B:00B +{ + [Style Right] + You haven't opened your eyes[BR] + for days and days![BR] + Everyone's been worried sick![Wait][End] +} + +#message:0B:00C +{ + [Style Right] + This place?[BR] + [Wait][Next] + This is [Color 0x20]Goomba Village[Color 0x0A].[BR] + [Pause 10]It's a tiny village that's just[BR] + west of [Color 0x20]Toad Town[Color 0x0A].[BR] + [Wait][Next] + The only residents are me and a[BR] + single family of Goombas.[Wait][End] +} + +#message:0B:00D +{ + [Style Right] + The Goombas in the family are[BR] + just the nicest folks you'll ever[BR] + meet.[BR] + [Wait][Next] + They're the ones who found you[BR] + unconscious in the forest and[BR] + carried you here to get better. [Wait][End] +} + +#message:0B:00E +{ + [Style Right] + Huh...?[BR] + [Pause 5]A Star with a mustache?[BR] + [Pause 10]You're saying a star told you to[BR] + go to Shooting Star Summit?[Wait][End] +} + +#message:0B:00F +{ + [Style Right] + No, [Pause 4]I saw nothing like that.[BR] + [Pause 10]And I sure didn't see anyone[BR] + come in or out of this house.[BR] + [Wait][Next] + I wonder, Mario...[BR] + [Pause 10]Maybe you just had a dream?[Wait][End] +} + +#message:0B:010 +{ + [Style Right] + Although maybe not...[BR] + [Pause 10]It could have been some sort of[BR] + message from a Star Spirit.[BR] + They live in Star Haven.[BR] + [Wait][Next] + Shooting Star Summit is the [BR] + nearest place to Star Haven, so[BR] + that would make sense...[Wait][End] +} + +#message:0B:011 +{ + [Style Right] + Who knows? In any case, I'm glad[BR] + to see you've recovered.[BR] + [Wait][Next] + I know the Goombas would be[BR] + happy if you paid them a visit.[Wait][End] +} + +#message:0B:012 +{ + [Style Right] + Please feel free to come here[BR] + anytime you get tired.[BR] + [Wait][Next] + A good nap will work wonders[BR] + when you're feeling weak.[Wait][End] +} + +#message:0B:013 +{ + [Style Right] + The Toad House's slogan is...[BR] + [Pause 10]"Refresh your Body and Mind!"[BR] + [Wait][Next] + Anytime you feel tired, a good[BR] + rest will fix you right up.[BR] + [Wait][Next] + Would you like to take a nap?[BR] + [Yield][End] +} + +#message:0B:014 +{ + [Style Right] + Welcome to the Toad House! Our[BR] + slogan is, "Refresh your Body[BR] + and Mind!"[BR] + [Wait][Next] + Would you like to take a nap?[BR] + [Yield][End] +} + +#message:0B:015 +{ + [Style Right] + ...Really?[BR] + [Pause 10]You look pretty healthy to me.[BR] + [Pause 10]Are you sure you want to take a[BR] + nap?[BR] + [Yield][End] +} + +#message:0B:016 +{ + [Next] + Please come again.[Wait][End] +} + +#message:0B:017 +{ + [Next] + Make yourself comfortable and[BR] + enjoy your stay.[Wait][End] +} + +#message:0B:018 +{ + [Style Right] + Did you sleep well?[BR] + [Wait][Next] + Take care now![Wait][End] +} + +#message:0B:019 +{ + [Style Right] + Ooh, you startled me![BR] + [Pause 10]Hm, yes, Mario, isn't it?[BR] + [Wait][Next] + So you've awakened at last![BR] + Good! Knew you'd pull through![BR] + [Wait][Next] + Call me Goompa.[BR] + [Pause 15]I'm the Goomba grandfather,[BR] + so...I'm Goompa.[BR] + [Wait][Next] + I'm sorry, but would you mind[BR] + giving me the details later?[BR] + [Wait][Next] + I'm pretty busy fixing the[BR] + veranda.[Wait][End] +} + +#message:0B:01A +{ + [Style Right] + Did you feel that earthquake the[BR] + other day, young feller? It[BR] + caused all kinds of damage.[BR] + [Wait][Next] + But little by little, Goompapa[BR] + and I are fixing it all up.[BR] + [Wait][Next] + Folks are saying the center of[BR] + the earthquake was right at[BR] + Princess Peach's Castle.[BR] + [Pause 10]Boy, I sure hope not.[Wait][End] +} + +#message:0B:01B +{ + [Style Right] + Did you feel that earthquake the[BR] + other day, young feller? It[BR] + caused all kinds of damage.[BR] + [Wait][Next] + But little by little, Goompapa[BR] + and I are fixing it all up.[BR] + [Wait][Next] + Folks are saying the center of[BR] + the earthquake was right at[BR] + Princess Peach's Castle.[BR] + [Pause 10]Boy, I sure hope not.[Wait][End] +} + +#message:0B:01C +{ + [Style Right] + Never worry, kids, here I am.[BR] + [Pause 5]Thanks to young Mario here, I[BR] + made it back all right.[Wait][End] +} + +#message:0B:01D +{ + [Style Right] + Oh, is that thing locked?[BR] + [Pause 10]Let me open it up for you.[Wait][End] +} + +#message:0B:01E +{ + [Style Right] + Goompa![BR] + [Pause 10]Where've you been?[BR] + [Wait][Next] + I looked outside and...wow![BR] + [Pause 10]Both you and the veranda were[BR] + just plain gone![Wait][End] +} + +#message:0B:01F +{ + [Style Right] + Goompa,[BR] + [Pause 10]I was very, very worried about[BR] + you! Really worried![Wait][End] +} + +#message:0B:020 +{ + [Style Right] + Sorry, kids, I apologize. [BR] + [Pause 10]I didn't mean to make you fret.[BR] + You just take it easy, now.[BR] + [Wait][Next] + I'm back safe and sound.[Wait][End] +} + +#message:0B:021 +{ + [Style Right] + Now![BR] + [Wait][Next] + Before I forget, I've decided to[BR] + give you something, Mario.[BR] + [Pause 10]Wait here a minute.[Wait][End] +} + +#message:0B:022 +{ + [Style Right] + Huh?[BR] + [Pause 10]Hey... That dolly you've got...[BR] + That's the one Goombaria lost![BR] + [Wait][Next] + She was looking all over for it.[BR] + [Pause 10]Would you give it back to her?[BR] + [Yield][End] +} + +#message:0B:023 +{ + [Next] + Aw, that's just mean, Mario...[BR] + [Wait][Next] + I guess you can just give it[BR] + back when you're done with it.[Wait][End] +} + +#message:0B:024 +{ + [Style Right] + [PrintRising]It's my dolly! Dolly, dolly![BR] + [Pause 20]You're back!![BR] + [/fx]Thank you so much![HEART][BR] + [Wait][Next] + I'm so happy...[BR] + [Pause 10]My sweet dolly! Don't you ever[BR] + get lost again![Wait][End] +} + +#message:0B:025 +{ + [Style Right] + Here's a present from me![BR] + [Pause 10]Look at the pretty glitter![Wait][End] +} + +#message:0B:026 +{ + [Style Right] + And [Pause 10]take this, [Pause 10]too![Wait][End] +} + +#message:0B:027 +{ + [Style Right] + You always seem to beat up your[BR] + enemies... Do you work out?[BR] + [Wait][Next] + I study self-defense by reading[BR] + books by the masters and[BR] + listening to Dad and Goompa.[BR] + [Wait][Next] + And, I also exercise every day[BR] + so I can be strong like you![BR] + [Pause 10]It's starting to show, too! I'm[BR] + getting big muscles![Wait][End] +} + +#message:0B:028 +{ + [Style Right] + Yeah, Goombario's head is hard[BR] + as a rock now! Tee hee! [BR] + [Wait][Next] + When he does his Headbonk move,[BR] + it really, really hurts![Wait][End] +} + +#message:0B:029 +{ + [Style Right] + Oh, be quiet, Goombaria! You're[BR] + embarrassing me![BR] + [Pause 10]Of course, it IS true...[Wait][End] +} + +#message:0B:02A +{ + [Style Right] + Sorry to have kept you waiting,[BR] + Mario.[Wait][End] +} + +#message:0B:02B +{ + [Style Right] + It's OK, Goompa![BR] + [Pause 10]We're just rapping with Mario...[Wait][End] +} + +#message:0B:02C +{ + [Style Right] + Oh. "Rapping," huh? Sorry.[BR] + [Pause 10]I wanted to give this to Mario.[Wait][End] +} + +#message:0B:02D +{ + [Style Right] + This is called a [Color 0x20]Badge[Color 0x0A].[BR] + [Wait][Next] + If you wear this, you'll be able[BR] + to do a Power Jump, which means[BR] + you'll be able to do a lot more[BR] + damage with your Jump attack.[BR] + [Wait][Next] + But listen here, and listen well.[BR] + You'll only be able to do it if[BR] + you're wearing the Badge.[BR] + [Wait][Next] + You'd better try it first.[BR] + [Pause 10]Putting Badges on and taking[BR] + them off is a vital skill. [BR] + [Wait][Next] + Would you like a quick lesson in[BR] + how to use the Badges you[BR] + collect during your travels?[BR] + [Yield][End] +} + +#message:0B:02E +{ + [Next] + You'd better listen, Mario. This[BR] + is really important![BR] + [Pause 10]Could I please give you a brief[BR] + lesson in Badges?[BR] + [Yield][End] +} + +#message:0B:02F +{ + [Next] + All right, I trust you.[Wait][End] +} + +#message:0B:030 +{ + [Next] + OK, then press [START].[BR] + [Pause 10]The menu will open.[BR] + [Yield][End] +} + +#message:0B:031 +{ + [Style Right] + Now remember, you need[BR] + [Color 0x20]FP (Flower Points) [Color 0x0A]to use this[BR] + Power Jump technique.[BR] + [Wait][Next] + [SavePos][Down 8][InlineImage index=0][RestorePos][SetPosX 40][Down 6]Do you remember that we[BR] + [SetPosX 40]saw a block like this on the[BR] + [SetPosX 40]way back to the village?[BR] + [Up 6][BR] + [Wait][Next] + Well, these blocks will restore[BR] + not only HP but also FP.[BR] + [Wait][Next] + They're lifesavers, Mario! Use[BR] + them whenever your HP and FP[BR] + reserves are getting low.[Wait][End] +} + +#message:0B:032 +{ + [Style Right] + By the by, Mario,[BR] + [Pause 15]I heard from Gooma...[BR] + [Wait][Next] + You're taking it upon yourself to[BR] + try to rescue the princess[BR] + from Bowser's clutches.[Wait][End] +} + +#message:0B:033 +{ + [Style Right] + Oh yeah! Mario can beat Bowser[BR] + with one hand tied behind his[BR] + back![Wait][End] +} + +#message:0B:034 +{ + [Style Right] + Hush, now, Goombario. Mario,[BR] + please take this Hammer.[BR] + [Wait][Next] + It should serve you well. If I[BR] + were just a bit younger, I'd[BR] + accompany you on your trip. I'd[BR] + have done some damage![BR] + [Wait][Next] + The years have started to weigh[BR] + on me, though. I tell you, this[BR] + lower back pain...[Wait][End] +} + +#message:0B:035 +{ + [Style Right] + Adventure...you're so lucky![BR] + [Wait][Next] + Princess-rescuing is so cool![BR] + [Pause 10]I really want to be an[BR] + adventurer, too, someday![Wait][End] +} + +#message:0B:036 +{ + [Style Right] + Me too!![Wait][End] +} + +#message:0B:037 +{ + [Style Right] + Oh! [Pause 5]Here's an idea![BR] + [Pause 15]Goombario...[BR] + [Wait][Next] + Perhaps the timing is perfect.[BR] + You are no longer a child, and[BR] + evil times are upon us.[BR] + [Wait][Next] + I'm sure Mario will agree...[BR] + [Pause 15]You should accompany Mario.[Wait][End] +} + +#message:0B:038 +{ + [Style Right] + What!? Really!? May I go,[BR] + Goompa!? May I really go!? [BR] + [Wait][Next] + [PrintRising]Yes!!!!! Oh yeah!!![BR] + [/fx][Wait][Next] + Mario! You won't regret this![Wait][End] +} + +#message:0B:039 +{ + [Style Right] + Way to go, Goombario![Wait][End] +} + +#message:0B:03A +{ + [Style Right] + Mario,[BR] + [Pause 15]I know Goombario will prove to be[BR] + a worthy companion.[BR] + [Wait][Next] + ...Well, I think it's about time for[BR] + my nap. I'll be in the house.[BR] + [Wait][Next] + Good-byes have a way of making[BR] + this old Goomba get weepy.[Wait][End] +} + +#message:0B:03B +{ + [Style Right] + This is so cool! Mario![BR] + [Pause 10][PrintRising][DelayOff]Let's go!![BR] + [DelayOn][Wait][End] +} + +#message:0B:03C +{ + [Style Right] + This is so cool! Mario![BR] + [Pause 10][PrintRising][DelayOff]Let's go!![BR] + [DelayOn][/fx][Wait][Next] + But wait...[BR] + [Pause 10]Your HP looks a little low.[BR] + [Wait][Next] + Maybe you ought to take a rest[BR] + at the Toad House.[Wait][End] +} + +#message:0B:03D +{ + [Style Right] + Ah! Goombario,[BR] + [Pause 10]I expect that you'll become a[BR] + fine, upstanding young Goomba by[BR] + the time you return.[Wait][End] +} + +#message:0B:03E +{ + [Style Right] + Mario, [Pause 10]you should know that[BR] + danger lurks everywhere.[BR] + It can even strike while you're[BR] + fixing the veranda![BR] + [Wait][Next] + I know you get used to danger[BR] + while you're adventuring, but[BR] + don't ever scoff at it![BR] + [Pause 20]You should always be careful![Wait][End] +} + +#message:0B:03F +{ + [Style Right] + So, Mario, how goes the[BR] + adventure thus far?[BR] + [Wait][Next] + Are you keeping cool?[BR] + [Pause 10]Keep your wits about you and[BR] + you'll beat Bowser hands down.[Wait][End] +} + +#message:0B:040 +{ + [Style Right] + Mario, [Pause 10]how have you been?[BR] + [Pause 15]You must have traveled all over[BR] + the Mushroom Kingdom by now![BR] + [Wait][Next] + Is Goombario pulling his weight?[BR] + [Wait][Next] + The day you beat Bowser will be[BR] + a fine time, yes indeedy![Wait][End] +} + +#message:0B:041 +{ + [Style Right] + Goombario, [Pause 10]how are you doing? I'm[BR] + waiting for the day you come[BR] + back a full-grown Goomba of the[BR] + world![Wait][End] +} + +#message:0B:042 +{ + [Style Right] + Even out here we hear stories of[BR] + your remarkable deeds![BR] + [Wait][Next] + Keep up the good work![Wait][End] +} + +#message:0B:043 +{ + [Style Right] + Goombario,[BR] + [Pause 10]Your family misses you.[BR] + [Pause 5]Come back to us soon![Wait][End] +} + +#message:0B:044 +{ + [Style Right] + Goompa,[BR] + [Pause 10]I'll do my best![Wait][End] +} + +#message:0B:045 +{ + [Style Right] + You're Goompa, correct?[BR] + [Wait][Next] + The name's Parakarry. I deliver[BR] + letters.[BR] + [Wait][Next] + I believe I have one for you.[BR] + [Pause 10]Hang on a moment.[Wait][End] +} + +#message:0B:046 +{ + [Style Right] + Oh...no! Confound it![BR] + [Pause 10]I seem to have lost it![BR] + [Pause 10]...I'm terribly sorry.[Wait][End] +} + +#message:0B:047 +{ + [Style Right] + Another letter, duly delivered.[BR] + A postman's job is never done.[Wait][End] +} + +#message:0B:048 +{ + [Style Right] + Now what could this be...?[BR] + [Pause 10]Koopa Koot...?[BR] + [Pause 5]Eh...I have a bad feeling about[BR] + this, so I'll read it later.[BR] + [Wait][Next] + It's probably the old Koot's usual[BR] + backstabbing gossip. [BR] + [Pause 10]He really needs to get out more.[BR] + [Wait][Next] + What's the point of sending all[BR] + of these gossipy letters? Huh?[BR] + [Wait][Next] + I know you're pretty busy, so[BR] + thanks for delivering this.[BR] + [Pause 10]Why don't you take this as a[BR] + token of my thanks?[Wait][End] +} + +#message:0B:049 +{ + [Style Right] + Hm, Mario.[BR] + [Pause 10]It looks like something else is on[BR] + your mind.[Wait][End] +} + +#message:0B:04A +{ + [Style Right] + What!?[BR] + [Pause 10]Koopa Koot said he wants "The[BR] + Tape" back?[BR] + [Wait][Next] + That old Koopa...[BR] + [Pause 5]How does he remember things[BR] + from so long ago?[BR] + [Wait][Next] + [Pause 10]OK...[BR] + [Pause 5]Wait for just a minute. I'll bring[BR] + it out for you.[Wait][End] +} + +#message:0B:04B +{ + [Style Right] + Here. [Pause 5]This is it.[BR] + [Pause 10]When you see that old Koopa,[BR] + give him my regards.[Wait][End] +} + +#message:0B:04C +{ + [Style Right] + What's that?[BR] + [Pause 10]You want to know what's on The[BR] + Tape, do you?[BR] + [Wait][Next] + Oh, no no... I'm sorry...[BR] + [Pause 5]I'm afraid I can't tell you at[BR] + the moment.[BR] + [Wait][Next] + It was great, though![Wait][End] +} + +#message:0B:04D +{ + [Style Right] + Hey Mario![BR] + [Pause 10]I'm Goombario.[BR] + [Pause 5]I'm your biggest fan![BR] + [Wait][Next] + You don't know what this means[BR] + for me to meet you! Seriously![Wait][End] +} + +#message:0B:04E +{ + [Style Right] + Mario, I know all about your[BR] + adventures around the world.[BR] + You've been everywhere![BR] + [Wait][Next] + And you always get the best of[BR] + the bad guys. Every time![BR] + [Wait][Next] + You're the coolest![BR] + [Pause 5]I wanna be just like you![Wait][End] +} + +#message:0B:04F +{ + [Style Right] + Mario, I know all about your[BR] + adventures around the world.[BR] + You've been everywhere![BR] + [Wait][Next] + And you always get the best of[BR] + the bad guys. Every time! [BR] + [Wait][Next] + You're the coolest![BR] + [Pause 5]I wanna be just like you![Wait][End] +} + +#message:0B:050 +{ + [Style Right] + Oh! Mario...[BR] + [Pause 10]My dad was looking for you.[BR] + [Pause 10]He said to tell you that he[BR] + finished fixing the gate.[BR] + [Wait][Next] + So I guess now you can travel[BR] + east to Toad Town and Shooting [BR] + Star Summit, huh?[BR] + [Wait][End] +} + +#message:0B:051 +{ + [Style Right] + Hey...I know that ol' Koopa![BR] + [Pause 10]That was Kammy Koopa![BR] + [Wait][Next] + She's way up in the ranks of the[BR] + Koopa clan. Some people call her[BR] + the brains behind Bowser.[BR] + [Wait][Next] + Boy, she sure looked like one[BR] + mean Koopa, didn't she?[BR] + [Wait][End] +} + +#message:0B:052 +{ + [Style Right] + Howdy, Mario![BR] + [Pause 10]Feeling better?[BR] + [Wait][Next] + Feel free to rest in our house.[Wait][End] +} + +#message:0B:053 +{ + [Style Right] + You what?[BR] + [Pause 10]You have to leave right now?[BR] + [Wait][Next] + [Pause 10]...Oh, Shooting Star Summit.[BR] + Something important, no doubt.[BR] + [Pause 10]Well, I believe that the summit[BR] + is near Toad Town.[BR] + [Wait][Next] + You'll have to wait a bit.[BR] + [Pause 10]I have to fix this gate before[BR] + you can head out to the east.[BR] + [Wait][Next] + That earthquake the other day[BR] + really did a job on it.[BR] + [Pause 10]Did you feel that quake? Shoot![BR] + I thought the sky was falling.[BR] + [Wait][Next] + Just relax and don't worry. I'll[BR] + have this fixed in a jiffy.[Wait][End] +} + +#message:0B:054 +{ + [Style Right] + Just a little while longer...[BR] + [Pause 10]This hinge on the bottom of the[BR] + gate is kind of tricky.[Wait][End] +} + +#message:0B:055 +{ + [Style Right] + Hoo! What a job! Sorry to have[BR] + kept you waiting.[BR] + [Pause 10]The gate is finally fixed.[BR] + [Wait][Next] + If you take this road straight[BR] + ahead, you'll eventually reach[BR] + Toad Town, the home of Princess[BR] + Peach's Castle.[BR] + [Wait][Next] + I believe that Shooting Star[BR] + Summit is just beyond there.[BR] + [Wait][Next] + It's too bad you can't stay... I[BR] + feel like I just met you! But[BR] + duty calls, I know.[BR] + [Pause 10]Come back and visit if you can.[BR] + [Wait] [End] +} + +#message:0B:056 +{ + [Style Right] + Howdy, Mario![BR] + [Pause 10]Feeling better?[BR] + [Wait][Next] + Feel free to rest in our house.[BR] + [Wait][Next] + It's not such a shabby place. It[BR] + may look a little unkempt at the[BR] + moment, but I'm fixing all the[BR] + earthquake damage.[BR] + [Wait][Next] + In fact, I just spent ages[BR] + fixing this gate.[Wait][End] +} + +#message:0B:057 +{ + [Style Right] + You what?[BR] + [Pause 10]You have to leave right now?[BR] + [Wait][Next] + [Pause 10]...Oh, Shooting Star Summit.[BR] + Something important, no doubt.[BR] + [Pause 10]Well, I believe that the summit is[BR] + near Toad Town.[BR] + [Wait][Next] + If you take this road straight[BR] + ahead, you'll eventually reach[BR] + Toad Town, the home of Princess[BR] + Peach's Castle.[BR] + [Wait][Next] + I believe that Shooting Star[BR] + Summit is just beyond there.[BR] + [Wait][Next] + It's too bad you can't stay... I[BR] + feel like I just met you! But[BR] + duty calls, I know.[BR] + [Pause 10]Come back and visit if you can.[Wait][End] +} + +#message:0B:058 +{ + [Style Right] + Best of luck, Mario.[Wait][End] +} + +#message:0B:059 +{ + [Style Right] + [PrintRising]Heee!! [Pause 5]Yee hee heee!!![Wait][End] +} + +#message:0B:05A +{ + [Style Right] + Bleah heh heh heh...[BR] + [Pause 10]Ah, my instincts were right...[BR] + [Wait][Next] + Mario... I can't believe you're on[BR] + your feet after taking such a[BR] + beating from King Bowser.[BR] + [Wait][Next] + You're a hardy one, all right.[BR] + [Pause 10]I was smart to come here to[BR] + check on you.[Wait][End] +} + +#message:0B:05B +{ + [Style Right] + Whuh...what? What's that,[BR] + Daddy!?[BR] + [Pause 10]What's that weird flying thing?[Wait][End] +} + +#message:0B:05C +{ + [Style Right] + Weird? You rude little...[BR] + [Pause 10]I am a beautiful Koopa with a[BR] + beautiful name: Kammy Koopa! [BR] + [Wait][Next] + Hmmmph!![BR] + [Pause 10]I wish I had time to teach you a[BR] + lesson, brat! But no.[BR] + [Wait][Next] + Mario! Hear this![BR] + [Pause 10]It is useless for you to try to[BR] + save Princess Peach. Ridiculous![BR] + Laughable![BR] + [Wait][Next] + As you have seen, King Bowser is[BR] + more powerful than even you can[BR] + deal with this time.[BR] + [Wait][Next] + Here's a gift from him![Wait][End] +} + +#message:0B:05D +{ + [Style Right] + Nyeah heh heh heh![BR] + [Wait][Next] + Mario! [Pause 10]You will kneel and weep[BR] + when you see the wonderful[BR] + changes King Bowser's made! [BR] + [Wait][Next] + Your world is ours now![Wait][End] +} + +#message:0B:05E +{ + [Style Right] + [Wave]Bleah heh ho hyuck heh heh HA!! [BR] + [Pause 20][End] +} + +#message:0B:05F +{ + [Style Right] + Ummmmmm...[BR] + [Pause 10]I just fixed that gate[Pause 3].[Pause 5].[Pause 8]. [BR] + [Wait][Next] + Nobody say "gate" to me...[BR] + [Wait][Next] + Kammy Koopa, that fiend![BR] + [Pause 10]Did you hear what she said about[BR] + the princess?[BR] + [Wait][Next] + It didn't sound good. I hope[BR] + nothing's happened to her...[Wait][End] +} + +#message:0B:060 +{ + [Style Right] + [PrintRising]Wha... [Pause 3]Wha... [Pause 3]What!?[BR] + [/fx][Pause 10]Bowser went and kidnapped [BR] + Princess Peach?! Again?![BR] + [Wait][Next] + Oh, unbelievable! And now you[BR] + have to go to Shooting Star[BR] + Summit and help save her, right?[BR] + [Wait][Next] + Ummmm...[BR] + [Pause 5]This could be a problem.[Wait][End] +} + +#message:0B:061 +{ + [Style Right] + Dad, we've just gotta do [BR] + something, right?[BR] + [Wait][Next] + Mario's gotta save the princess![BR] + Nobody else can do it![Wait][End] +} + +#message:0B:062 +{ + [Style Right] + Ummmmmmm...[BR] + [Wait][Next] + Oh, here's an idea![BR] + [Wait][Next] + Maybe we can break this block[BR] + with Goompa's big Hammer![BR] + [Wait][Next] + I think he's using it now to fix[BR] + the veranda.[BR] + [Wait][Next] + Go ask him for it, will you?[Wait][End] +} + +#message:0B:063 +{ + [Style Right] + I think Goompa is fixing the[BR] + veranda on the house.[BR] + [Wait][Next] + I'm thinking his Hammer might be[BR] + able to break this block.[Wait][End] +} + +#message:0B:064 +{ + [Style Right] + Dad![BR] + [Pause 10]Did ya hear? I'm going out[BR] + adventuring with Mario![BR] + [Wait][Next] + I'll make you proud, Dad, I swear[BR] + it! Just wait![Wait][End] +} + +#message:0B:065 +{ + [Style Right] + Do your best, son.[BR] + [Pause 10]You've grown into a strong boy. I[BR] + know you'll be a great help.[BR] + [Wait][Next] + It's a good thing you've spent so[BR] + much time training, huh?[BR] + [Wait][Next] + Now do your old Goompapa proud![Wait][End] +} + +#message:0B:066 +{ + [Style Right] + There we go! Problem solved.[BR] + [Wait][Next] + I have a feeling your road will be[BR] + lined with difficulties, so try not[BR] + to overdo it.[BR] + [Wait][Next] + Be watchful, yet stay cool.[BR] + [Pause 10]A calm mind is the wisest.[Wait][End] +} + +#message:0B:067 +{ + [Style Right] + Oh, hang on now, Mario![BR] + [Pause 10]I noticed you aren't wearing the[BR] + Badge Goompa gave you.[BR] + [Wait][Next] + You know, that Badge won't do[BR] + anything if you don't wear it.[BR] + [Pause 20]I think you'd better put that[BR] + thing on before you go.[Wait][End] +} + +#message:0B:068 +{ + [Style Right] + It's simple, Mario.[BR] + [Pause 10]Just keep going straight on this[BR] + road to find Toad Town.[Wait][End] +} + +#message:0B:069 +{ + [Style Right] + Howdy! Welcome back to Goomba[BR] + Village, Mario![BR] + [Pause 10]How's the adventure going?[Wait][End] +} + +#message:0B:06A +{ + [Style Right] + Howdy, Mario.[BR] + [Pause 10]How're you doing?[Wait][End] +} + +#message:0B:06B +{ + [Style Right] + Howdy, Mario.[BR] + [Pause 10]How's my son Goombario doing?[BR] + [Wait][Next] + Hey, by the way, I named the lad[BR] + after you, Mario.[BR] + [Wait][Next] + I always wanted my son to grow[BR] + up to be strong like you.[BR] + [Wait][Next] + He went a little overboard... Now[BR] + he's way too energetic![BR] + [Pause 10]Ha, ha, ha, ha![Wait][End] +} + +#message:0B:06C +{ + [Style Right] + Goombario, [Pause 10]how goes it, son?[BR] + [Wait][Next] + I can't wait to hear about all[BR] + the remarkable things you're out[BR] + doing.[Wait][End] +} + +#message:0B:06D +{ + [Style Right] + It must be pretty gloomy around[BR] + the castle, huh?[BR] + [Pause 20]I'm sure the people there are[BR] + depending on you, Mario.[BR] + [Wait][Next] + The only way to help them is to[BR] + beat Bowser and save Princess[BR] + Peach. Please hurry![Wait][End] +} + +#message:0B:06E +{ + [Style Right] + Goombario,[BR] + [Pause 10]do your best to help Mario, OK?[BR] + [Wait][Next] + I'll make a wish to the Stars for[BR] + you to have good luck.[Wait][End] +} + +#message:0B:06F +{ + [Style Right] + You're Goompapa, correct?[BR] + [Wait][Next] + The name's Parakarry. I deliver[BR] + letters.[BR] + [Wait][Next] + I believe I have one for you.[BR] + [Pause 10]Hang on a moment.[Wait][End] +} + +#message:0B:070 +{ + [Style Right] + Oh...no! Confound it![BR] + [Pause 10]I seem to have lost it![BR] + [Pause 10]...I'm terribly sorry.[Wait][End] +} + +#message:0B:071 +{ + [Style Right] + Another letter, duly delivered.[BR] + A postman's job is never done.[Wait][End] +} + +#message:0B:072 +{ + [Style Right] + Hey, thanks. Much obliged, Mr.[BR] + Postal Worker![BR] + [Pause 10]...Oh, great news! [BR] + [Wait][Next] + Fishing is one of my hobbies, and[BR] + this is from a friend who's[BR] + planning a fishing trip. [BR] + [Pause 5]I can't wait... [BR] + [Wait][Next] + ...Oh...[BR] + [Pause 5]Sorry to pile work on you, but[BR] + could I give you a letter?[BR] + [Wait][Next] + If it's at all possible for you,[BR] + could you deliver this to a Toad[BR] + named Muss T.? He hangs around[BR] + the castle garden.[BR] + [Wait][Next] + I'd really appreciate it.[Wait][End] +} + +#message:0B:073 +{ + [Style Right] + Mr. Goompapa! Parakarry here.[BR] + [Wait][Next] + I have a letter for you.[BR] + [Pause 10]Hang on a moment.[Wait][End] +} + +#message:0B:074 +{ + [Style Right] + Oh...no! Confound it![BR] + [Pause 10]I seem to have lost it![BR] + [Pause 10]...I'm terribly sorry.[Wait][End] +} + +#message:0B:075 +{ + [Style Right] + Another letter, duly delivered.[BR] + A postman's job is never done.[Wait][End] +} + +#message:0B:076 +{ + [Style Right] + Thank you, sir. What would we do[BR] + without postal service?[BR] + [Wait][Next] + Oh, how interesting... A letter[BR] + for Goombaria.[BR] + [Pause 15]I guess I could open it...[BR] + [Pause 20][Wait][Next] + I remember she wrote a letter[BR] + just the other day and I was[BR] + wondering what it was.[BR] + [Pause 10]I see. I guess it was a question.[BR] + [Wait][Next] + And this seems like the answer.[BR] + [Pause 5]It looks pretty complicated...[BR] + but I think I understand.[BR] + [Wait][Next] + I'll tell her all about it.[BR] + [Wait][Next] + Thanks so much for the prompt[BR] + delivery.[BR] + [Pause 10]Here, take this![Wait][End] +} + +#message:0B:077 +{ + [Style Right] + Oh, land sakes! Mario![BR] + [Pause 10]So nice to meet you! My![BR] + [Wait][Next] + I'm so glad you woke up! I can't[BR] + tell you how worried I was when[BR] + you were just lying there asleep[BR] + for so long.[Wait][End] +} + +#message:0B:078 +{ + [Style Right] + You should know that my son,[BR] + Goombario, is a big fan of yours.[BR] + [Wait][Next] + All he does the livelong day is[BR] + train and tell people how he[BR] + wants to be great like you.[BR] + [Wait][Next] + I tell him, "Goombario! It's all[BR] + well and good to train, but don't[BR] + you go getting into danger!"[Wait][End] +} + +#message:0B:079 +{ + [Style Right] + Goompa...?[BR] + [Pause 5]I thought he was fixing the[BR] + veranda.[BR] + [Wait][Next] + I think...[BR] + [Pause 5]He most likely had the Hammer[BR] + you're looking for, too.[Wait][End] +} + +#message:0B:07A +{ + [Style Right] + Mom![BR] + [Pause 10]I get to go with Mario![BR] + [Pause 10]I promise when I come back, I'll[BR] + bring home souvenirs![Wait][End] +} + +#message:0B:07B +{ + [Style Right] + Oh, my little baby! I can't[BR] + believe you're going out into the[BR] + world with Mario![BR] + [Wait][Next] + Now you listen![BR] + [Pause 10]You be a good boy, you hear![BR] + Don't cause Mario any trouble![Wait][End] +} + +#message:0B:07C +{ + [Style Right] + I know, Mom, sheesh. I'll be good.[Wait][End] +} + +#message:0B:07D +{ + [Style Right] + Goombario, you mind your mom![BR] + [Pause 10]Wear a sweater when it's cold![BR] + [Pause 10]Don't be picky about your food![BR] + Don't start fights! Be polite![BR] + [Wait][Next] + Don't boast about all the things[BR] + Goompa taught you[BR] + [Pause 10]as if you already knew them!![BR] + [Wait][Next] + And remember... And...[Wait][End] +} + +#message:0B:07E +{ + [Style Right] + Urgh...[BR] + [Pause 5]Mom always nags me...[Wait][End] +} + +#message:0B:07F +{ + [Style Right] + Now hush! Mario,[BR] + [Pause 10]please take good care of my[BR] + sweet little Goombario.[Wait][End] +} + +#message:0B:080 +{ + [Style Right] + Mario, please take good care of[BR] + my sweet little Goombario.[Wait][End] +} + +#message:0B:081 +{ + [Style Right] + Oh, land sakes! Mario![BR] + [Pause 20]Is my Goombario bothering you?[BR] + [Wait][Next] + He can be a real handful,[BR] + sometimes, so I worry...[Wait][End] +} + +#message:0B:082 +{ + [Style Right] + Ugh...[BR] + [Pause 15]Mom! C'mon, cut it out![Wait][End] +} + +#message:0B:083 +{ + [Style Right] + I heard that Toad Town has[BR] + finally calmed down a bit.[BR] + [Pause 10]Finally! It's been ages since I[BR] + went shopping in peace![BR] + [Wait][Next] + We owe it all to you, Mario.[BR] + [Pause 20]...Or maybe, possibly, my dear[BR] + son Goombario helped? A little,[BR] + perhaps?[Wait][End] +} + +#message:0B:084 +{ + [Style Right] + Goombario, c'mere.[BR] + [Pause 10]I'm sure you're working hard.[BR] + [Wait][Next] + Let me just get that gunk off[BR] + your face. Hold still.[Wait][End] +} + +#message:0B:085 +{ + [Style Right] + C'mon, Mom, quit it![Wait][End] +} + +#message:0B:086 +{ + [Style Right] + I do love to shop, but the[BR] + problem with Toad Town is that[BR] + there are just too many things.[BR] + [Wait][Next] + Still, it's nice to be in a busy[BR] + area now and then.[BR] + [Wait][Next] + I think the next time I shop, I'll[BR] + bring Goombaria.[Wait][End] +} + +#message:0B:087 +{ + [Style Right] + Goombario, [Pause 10]good luck, sweetie![Wait][End] +} + +#message:0B:088 +{ + [Style Right] + Mario, you look better.[BR] + [Pause 10]I'm so glad...[BR] + [Wait][Next] + I was really worried about you,[BR] + [Pause 10]because you were lying there in[BR] + the forest and you didn't open[BR] + your eyes at all the whole time.[Wait][End] +} + +#message:0B:089 +{ + [Style Right] + I was the one who found you,[BR] + you know, Mario. Me! Goombaria![BR] + [Wait][Next] + I was in the forest and I found[BR] + you and then I called Daddy and[BR] + Goompa and Goombario.[BR] + [Wait][Next] + And then they came and got you[BR] + and I'm glad you're better![Wait][End] +} + +#message:0B:08A +{ + [Style Right] + I was the one who found you,[BR] + you know, Mario. Me! Goombaria![BR] + [Wait][Next] + I was in the forest and I found[BR] + you and then I called Daddy and[BR] + Goompa and Goombario.[BR] + [Wait][Next] + And then they came and got you[BR] + and I'm glad you're better![Wait][End] +} + +#message:0B:08B +{ + [Style Right] + I wanted to go with you, too, you[BR] + know, but Daddy told me it was[BR] + too dangerous, so I have to stay[BR] + here instead. Hmmph.[Wait][End] +} + +#message:0B:08C +{ + [Style Right] + Goompa! Come out here! Mario's[BR] + in trouble![Wait][End] +} + +#message:0B:08D +{ + [Style Right] + It's not fair! Goombario always[BR] + gets to do all the fun stuff![BR] + [Pause 10]Mario, when I grow up, can I go[BR] + on an adventure, too?[Wait][End] +} + +#message:0B:08E +{ + [Style Right] + Mario! Have you been beating up[BR] + lots and lots of bad guys?[Wait][End] +} + +#message:0B:08F +{ + [Style Right] + Mario! I wanna go with you like[BR] + Goombario gets to![BR] + [Wait][Next] + You go to all kinds of pretty[BR] + towns and places, don't you?[BR] + [Pause 10]I wanna go, too! I wanna go![BR] + Why can't I go, too?[Wait][End] +} + +#message:0B:090 +{ + [Style Right] + You're just a little too young[BR] + right now, Goombaria.[BR] + [Pause 10]You wouldn't believe how hard life[BR] + is out on the road.[Wait][End] +} + +#message:0B:091 +{ + [Style Right] + Shut up, Goombario![BR] + [Pause 10]Stop smiling! I wanna go, too![Wait][End] +} + +#message:0B:092 +{ + [Style Right] + Everyone in the world is counting[BR] + on you, huh, Mario?[BR] + [Pause 10]How do you deal with the[BR] + pressure all the time?[BR] + [Wait][Next] + Well, if it helps at all, you can[BR] + depend on me, Mario.[BR] + [Pause 2]I'll grow up extra fast so I can[BR] + help you out! [Wait][End] +} + +#message:0B:093 +{ + [Style Right] + Goombario,[BR] + [Pause 10]do you actually do anything?[BR] + [Pause 10]I never hear about anything you[BR] + do. Only Mario.[Wait][End] +} + +#message:0B:094 +{ + [Style Right] + Of course you don't hear!![BR] + [Pause 10]My role is to assist Mario, not to[BR] + be the hero.[Wait][End] +} + +#message:0B:095 +{ + [Style Right] + Huh...?[BR] + [Pause 15]Really...? You fibber...[Wait][End] +} + +#message:0B:096 +{ + [Style Right] + Please take care of Goombario,[BR] + OK?[Wait][End] +} + +#message:0B:097 +{ + [Style Right] + Wait, Mario!![BR] + [Wait][Next] + That dolly you're holding is mine.[BR] + I know it![BR] + [Wait][Next] + Give it back! Pretty please?[BR] + [Yield][End] +} + +#message:0B:098 +{ + [Style Right] + That dolly you are holding is[BR] + mine, I know it![BR] + [Wait][Next] + Give it back! Pretty please?[BR] + [Yield][End] +} + +#message:0B:099 +{ + [Next] + [PrintRising]You meanie, Mario![Wait][End] +} + +#message:0B:09A +{ + [Next] + Oh, thanks, Mario![BR] + [Pause 10]You're sweet![HEART][BR] + [Wait][Next] + Here, you can have this.[BR] + [Pause 10]Isn't it pretty, the way it[BR] + glitters in the sun?[Wait][End] +} + +#message:0B:09B +{ + [Style Right] + And [Pause 10]take this [Pause 10]too.[Wait][End] +} + +#message:0B:09C +{ + [Style Right] + Oh, Mario. Hello, dearie.[BR] + [Pause 10]You may call me Gooma.[BR] + [Wait][Next] + I'm a Goomba grandmother, so[BR] + that's where I got the name.[BR] + [Pause 10]Ho [Pause 3]ho [Pause 3]ho [Pause 3]ho.[BR] + [Wait][Next] + Have you already met my lovely[BR] + grandchildren? Aren't they[BR] + sweet?[BR] + [Wait][Next] + Especially little Goombaria. Why,[BR] + she looks just like I did when I[BR] + was young...[BR] + [Pause 10]Ho [Pause 3]ho [Pause 3]ho [Pause 3]ho.[Wait][End] +} + +#message:0B:09D +{ + [Style Right] + You're quite a looker, aren't[BR] + you?[BR] + [Pause 10]Why, if I were just 10 years[BR] + younger, and single, of course...[Wait][End] +} + +#message:0B:09E +{ + [Style Right] + Are you looking for Goompa?[BR] + [Pause 10]He was just on the veranda.[Wait][End] +} + +#message:0B:09F +{ + [Style Right] + Good health is all that matters![BR] + [Pause 10]Stay healthy no matter what.[BR] + [Pause 10]Don't overwork yourself, and[BR] + take a rest when you're weary.[Wait][End] +} + +#message:0B:0A0 +{ + [Style Right] + Take care, Goombario.[BR] + [Pause 10]You're already one fine Goomba![Wait][End] +} + +#message:0B:0A1 +{ + [Style Right] + I have a bad feeling in my bones[BR] + these days.[BR] + [Pause 5]Evil things are afoot, I think.[BR] + [Wait][Next] + I wish that everyone could just[BR] + [Pause 5]live together in peace.[Wait][End] +} + +#message:0B:0A2 +{ + [Style Right] + What lovely weather today![BR] + [Pause 10]The laundry's already dry.[BR] + [Wait][Next] + How's my Goombario doing? [BR] + [Pause 10]I get so much joy just seeing[BR] + my grandchildren's cute faces...[BR] + Ho ho ho![Wait][End] +} + +#message:0B:0A3 +{ + [Style Right] + Is Goombario leaving again?[BR] + [Wait][Next] + I miss you when you're not[BR] + around here, little Goomba![BR] + [Pause 10]You hurry up and finish this trip[BR] + and come home to Gooma![Wait][End] +} + +#message:0B:0A4 +{ + [Style Right] + I'm sure our little Goombario is[BR] + trying his best and is doing all[BR] + sorts of great deeds.[BR] + [Wait][Next] + But I still miss him when he's[BR] + gone, you know.[Wait][End] +} + +#message:0B:0A5 +{ + [Style Right] + I'm sure our little Goombario is[BR] + trying his best and is doing all[BR] + sorts of great deeds.[BR] + [Wait][Next] + But I still miss him when he's[BR] + gone, you know.[BR] + [Wait][Next] + Goombario...[BR] + [Pause 5]When will you be able to stay[BR] + at home for a while?[Wait][End] +} + +#message:0B:0A6 +{ + [Style Right] + Oh, my back... [Pause 5]Hm? Who's that?[BR] + That you, Mario?[BR] + [Wait][Next] + I remember a great crashing[BR] + noise and then the veranda[BR] + collapsed and I fell.[BR] + [Wait][Next] + Did you fall, too?[BR] + [Pause 10]Just stepped out the door into[BR] + thin air, did you?[BR] + [Wait][Next] + Well, we're both OK. Problem is,[BR] + we can't get home because that[BR] + block is in the way.[Wait][End] +} + +#message:0B:0A7 +{ + [Style Right] + This block...[BR] + [Pause 5]This block shouldn't be here.[BR] + [Pause 10]Well, this is a problem for us.[Wait][End] +} + +#message:0B:0A8 +{ + [Style Right] + ......Huh?[BR] + [Pause 5]A Hammer? Oh, of course![BR] + [Pause 10]Um... [Pause 10]Where did it go?[BR] + [Wait][Next] + I was using it to fix the[BR] + veranda, so it's likely around[BR] + here somewhere...[BR] + [Wait][Next] + Hm! Nowhere to be seen.[BR] + [Pause 20]I guess it must have fallen[BR] + somewhere over there.[BR] + [Wait][Next] + Mario, [Pause 10]we'd better look for it.[Wait][End] +} + +#message:0B:0A9 +{ + [Style Right] + The Hammer has got to be[BR] + somewhere close by.[BR] + [Wait][Next] + [SavePos][SetPosX 18][Down 12][ItemIcon itemID=0x4][RestorePos][BR] + [SetPosX 63][Down 6]It looks just like this.[BR] + [BR] + [Up 6][BR] + [Wait][Next] + Look for bushes that might cover[BR] + it up.[BR] + [Wait][Next] + If "[Color 0x20]![Color 0x0A]" appears over your head,[BR] + you can press [A] to search. [Wait][End] +} + +#message:0B:0AA +{ + [Style Right] + Oh!! There we go![BR] + [Pause 10]That's it! That's the Hammer![BR] + [Wait][Next] + I'll wager that if you use that[BR] + Hammer, you can break the block[BR] + that's in our way.[BR] + [Wait][Next] + You can also use the Hammer to[BR] + hit trees and make them sway.[BR] + Sometimes stuff will fall out![BR] + [Wait][Next] + You can use it by pressing [B].[Wait][End] +} + +#message:0B:0AB +{ + [Style Right] + Oh! Well now![BR] + [Pause 5]I believe that's the dolly that[BR] + Goombaria said she lost![BR] + [Wait][Next] + She'll no doubt be overjoyed if[BR] + you give it back to her.[BR] + [Wait][Next] + So many people lose things all[BR] + over the place, you know.[BR] + [Pause 10]It almost makes one feel like[BR] + looking around everywhere...[Wait][End] +} + +#message:0B:0AC +{ + [Style Right] + Hmmm... Well![BR] + [Pause 10]We found the Hammer, so I guess[BR] + we should head for home.[Wait][End] +} + +#message:0B:0AD +{ + [Style Right] + [PrintRising][Size 48]Youch!![Wait][End] +} + +#message:0B:0AE +{ + [Style Right] + [PrintRising]Who are you guys!?[BR] + [Pause 5]This is my playground, idiots![BR] + [Wait][Next] + Nobody sets foot in here without[BR] + my permission! Nobody![BR] + [Wait][Next] + Prepare to start crying at the[BR] + feet of Master Jr. Troopa![Wait][End] +} + +#message:0B:0AF +{ + [Style Right] + Mario,[BR] + [Pause 10]this is Jr. Troopa. He's the boss[BR] + of the neighborhood gang. A bit[BR] + of a bully, obviously.[BR] + [Wait][Next] + He's more bark than bite. You[BR] + can beat him easily.[BR] + [Wait][Next] + Just boost yourself up and don't[BR] + take any lip![BR] + [Wait][Next] + I'll stay right here behind you[BR] + and watch your progress.[Wait][End] +} + +#message:0B:0B0 +{ + [Style Right] + Oh, excellent![BR] + [Pause 10]Good move! Go on!![Wait][End] +} + +#message:0B:0B1 +{ + [Style Right] + Grrrr!![BR] + [Pause 10]I'm just getting warmed up![Wait][End] +} + +#message:0B:0B2 +{ + [Style Right] + Mario,[BR] + [Pause 5]you've almost got him![BR] + [Pause 10]Keep it up! Go on![Wait][End] +} + +#message:0B:0B3 +{ + [Style Right] + All right, you asked for it![BR] + [Pause 10]Say hello to Jr. Troopa's special[BR] + attack![BR] + [Wait][Next] + [Down 10][PrintRising][Size 28]Here goes nothing![Wait][End] +} + +#message:0B:0B4 +{ + [Style Right] + Mario,[BR] + [Pause 10]that was wonderful fighting. You[BR] + got [Color 0x20]Star Points[Color 0x0A]![BR] + [Wait][Next] + You get Star Points every time[BR] + you beat an enemy.[BR] + [Wait][Next] + Every time you save up 100 Star[BR] + Points, you'll go up a level.[BR] + [Wait][Next] + Always try hard to get points![Wait][End] +} + +#message:0B:0B5 +{ + [Style Right] + [PrintRising]Shoooooot!![BR] + [Pause 5]I was winning, too! [BR] + [Pause 5]I'll be back, Mario![Wait][End] +} + +#message:0B:0B6 +{ + [Style Right] + I mean it, I'll be back!![Wait][End] +} + +#message:0B:0B7 +{ + [Style Right] + Heads up, Mario![BR] + [Pause 10]I see bad Goombas ahead.[BR] + They're loyal to Bowser.[BR] + [Wait][Next] + If they see you, they'll attack[BR] + you without hesitation.[BR] + [Wait][Next] + If you can successfully attack[BR] + an enemy in the field with a[BR] + [Color 0x20]Jump [Color 0x0A]or [Color 0x20]Hammer[Color 0x0A],[BR] + [Wait][Next] + you'll get the [Color 0x20]First Strike [Color 0x0A]when[BR] + you enter the battle.[BR] + [Wait][Next] + Striking first really helps when[BR] + it comes to battling.[Wait][End] +} + +#message:0B:0B8 +{ + [Style Right] + Listen up, Mario.[BR] + [Pause 10]The enemy's flying. [BR] + [Pause 10]Your Hammer won't reach[BR] + enemies in the air.[BR] + [Wait][Next] + To attack airborne enemies, use[BR] + a Jump attack. [BR] + [Wait][Next] + You can jump over one enemy to[BR] + attack one behind it, too.[BR] + [Pause 10]This is good advice. Remember it![Wait][End] +} + +#message:0B:0B9 +{ + [Style Right] + This is a Spiked Goomba.[BR] + [Pause 10]See the spike on his head?[BR] + [Wait][Next] + Be careful not to jump on him.[BR] + You'll definitely get hurt.[Wait][End] +} + +#message:0B:0BA +{ + [Style Right] + Hey Mario,[BR] + [Wait][Next] + during a battle, you can change[BR] + the order we attack in with [Z].[BR] + [Wait][Next] + I can attack first if you want.[BR] + I don't mind at all![BR] + [Pause 10]Just keep it in mind, OK?[Wait][End] +} + +#message:0B:0BB +{ + [Style Right] + Hey hey! Hold it right there![BR] + [Pause 20]You! Yeah you, suspicious guy![BR] + [Pause 10]Don't move![Wait][End] +} + +#message:0B:0BC +{ + [Style Right] + Aha, you're Mario![BR] + [Pause 20]I knew it. You can't go past[BR] + here, Mr. Big Shot.[BR] + [Wait][Next] + It's a direct order from the[BR] + Goomba King. That's right![BR] + [Wait][Next] + I'm sorry, but the only way by[BR] + [Pause 5]is through the Goomba Bros.[BR] + That's me, Red Goomba, and my[BR] + brother, Blue Goomba.[Wait][End] +} + +#message:0B:0BD +{ + [Style Right] + Let's get him, Blue Goomba![Wait][End] +} + +#message:0B:0BE +{ + [Style Right] + Oh yeah! [Pause 5]Let's do it, my red[BR] + brother![Wait][End] +} + +#message:0B:0BF +{ + [Style Right] + Mario![BR] + [Pause 15]How'd you like some of this?[Wait][End] +} + +#message:0B:0C0 +{ + [Style Right] + [Shake]Re... [Pause 5]Red Goomba, my brother...[BR] + [/fx][Pause 10]Noooooo! You meanie, Mario![Wait][End] +} + +#message:0B:0C1 +{ + [Style Right] + [Shake]Blue, [Pause 5]Blue Goomba!!!!![BR] + [/fx][Pause 10]Gaaah! My little brother! You'll[BR] + pay for that, Mario![Wait][End] +} + +#message:0B:0C2 +{ + [Style Right] + [Shake]Geeaaaah!!![BR] + [/fx][Pause 10]I... I'll let you go for now![Wait][End] +} + +#message:0B:0C3 +{ + [Style Right] + King Goomba! Help us![Wait][End] +} + +#message:0B:0C4 +{ + [Style Right] + Mario beat us up![Wait][End] +} + +#message:0B:0C5 +{ + [Style Right] + Hey, look, Mario![BR] + [Pause 10]See that building over there?[BR] + [Wait][Next] + I'm pretty sure there used to[BR] + be a bridge on the other side.[BR] + [Pause 10]I wonder what happened to it.[Wait][End] +} + +#message:0B:0C6 +{ + [Style Right] + [Shake][PrintRising]So, Mario, it's true! You've made[BR] + it this far. [BR] + [Pause 10]I respect you for that.[BR] + [Wait][Next] + Unfortunately, this is as far as[BR] + you'll ever get.[BR] + [Wait][Next] + Because I, the great and[BR] + powerful King Goomba, will see to[BR] + it that you advance no farther![Wait][End] +} + +#message:0B:0C7 +{ + [Style Right] + You hear that, Mario! No[BR] + farther! Not one step![BR] + [Pause 10]Are you scared, little man?[Wait][End] +} + +#message:0B:0C8 +{ + [Style Right] + Bah ha ha!!![BR] + [Pause 10]Yeah, you're scared, all right.[BR] + You wanna say you're sorry?[Wait][End] +} + +#message:0B:0C9 +{ + [Style Right] + Wow... That King Goomba is...[BR] + really huge![BR] + [Wait][Next] + I'm sure he's no match for you,[BR] + though, Mario![BR] + [Pause 20]Let's get him![Wait][End] +} + +#message:0B:0CA +{ + [Style Right] + [Shake][PrintRising]Ready to meet my wrath, Mario?[BR] + [Pause 10]You'd better be!![Wait][End] +} + +#message:0B:0CB +{ + [Style Right] + Beat him up, King Goomba!![Wait][End] +} + +#message:0B:0CC +{ + [Style Right] + We've got your back![Wait][End] +} + +#message:0B:0CD +{ + [Style Right] + Leave him to me![Wait][End] +} + +#message:0B:0CE +{ + [Style Right] + Hey Mario![BR] + [Pause 10]I think maybe we ought to take[BR] + out the Goomba Bros. first, don't[BR] + you think?[BR] + [Wait][Next] + They must be pretty weak since[BR] + we just finished beating them up[BR] + back there.[Wait][End] +} + +#message:0B:0CF +{ + [Style Right] + Oh no! It can't be! King[BR] + Goomba!![Wait][End] +} + +#message:0B:0D0 +{ + [Style Right] + I don't believe it! He beat our[BR] + King Goomba![Wait][End] +} + +#message:0B:0D1 +{ + [Style Right] + Wh...wh...what!?[BR] + [Pause 10]How could I lose?[Wait][End] +} + +#message:0B:0D2 +{ + [Style Right] + Yeah! I knew we could do it![BR] + [Pause 10]Cooool!! Victory!![Wait][End] +} + +#message:0B:0D3 +{ + [Style Right] + [DitherFade 217]Red Goomba,[BR] + [Pause 10]you're positive that you hid the[BR] + switch well, right?[Wait][End] +} + +#message:0B:0D4 +{ + [Style Right] + [DitherFade 217]Of course, King Goomba![BR] + [Pause 10]I hid it in the grass outside the[BR] + fortress. [Wait][End] +} + +#message:0B:0D5 +{ + [Style Right] + [DitherFade 217][PrintRising][Shake]Outside the... You idiot![BR] + [/fx][/fx]You didn't hide it in here? Mario[BR] + will find it for sure![Wait][End] +} + +#message:0B:0D6 +{ + [Style Right] + [DitherFade 217][PrintRising]Oh! Do you think?[BR] + [/fx][Pause 10]You know...you might be right.[Wait][End] +} + +#message:0B:0D7 +{ + [Style Right] + [DitherFade 217]King Goomba,[BR] + [Pause 10]maybe we ought to try to trick[BR] + Mario before he tries to...[Wait][End] +} + +#message:0B:0D8 +{ + [Style Right] + Uh...Mario![BR] + [Pause 10]Good fight and all that! I must[BR] + warn you, however...[BR] + [Wait][Next] + If you happen to find a strange[BR] + switch somewhere, you should[BR] + definitely not press it.[BR] + [Pause 10]It's dangerous. Understand?[BR] + [Wait][Next] + .[Pause 5].[Pause 5].[Pause 5]...you what?[BR] + [Pause 15][PrintRising][Shake]You already pressed it?![Wait][End] +} + +#message:0B:0D9 +{ + [Style Right] + [Shake][PrintRising][Size 48]Oh nooo!!![BR] + [Pause 100][End] +} + +#message:0B:0DA +{ + [Style Right] + Look! The bridge!![BR] + [Pause 10]Now we can cross it and continue[BR] + our journey. All right![Wait][End] +} + +#message:0B:0DB +{ + [Style Right] + I wonder what my brother Mario[BR] + is doing right now...[Wait][End] +} + +#message:0B:0DC +{ + [Style Right] + [Speed delay=1 chars=2]Whoa! Mario![BR] + [Pause 15]It's you! Good to see you![Wait][End] +} + +#message:0B:0DD +{ + [Style Right] + And you're all right![BR] + [Pause 10]After all that castle craziness,[BR] + I was really worried about you.[BR] + [Wait][Next] + I ran outside just as the[BR] + earthquake started, so I[BR] + managed to escape in time.[Wait][End] +} + +#message:0B:0DE +{ + [Style Right] + Oh? [Pause 10]And who are you?[Wait][End] +} + +#message:0B:0DF +{ + [Style Right] + I'm Goombario.[BR] + [Pause 10]Nice to meet you![Wait][End] +} + +#message:0B:0E0 +{ + [Style Right] + You're Luigi, right?[BR] + [Pause 10]My name's Kooper.[BR] + [Pause 10]Pleasure meeting you![Wait][End] +} + +#message:0B:0E1 +{ + [Style Right] + You're Luigi, huh?[BR] + [Pause 10]I'm Bombette.[BR] + [Pause 5]Nice to meet you![HEART][Wait][End] +} + +#message:0B:0E2 +{ + [Style Right] + The name's Parakarry.[BR] + [Pause 10]I'm helping Mario out on his[BR] + adventures.[Wait][End] +} + +#message:0B:0E3 +{ + [Style Right] + I see. Great, just great.[BR] + [Pause 10]You're on an exciting adventure[BR] + with Mario. Talk about unfair.[BR] + [Wait][Next] + See, someone has to look after[BR] + this house, so I can't leave. Oh[BR] + well. Take care of Mario, OK?[Wait][End] +} + +#message:0B:0E4 +{ + [Style Right] + Somebody sure has to save the[BR] + poor princess. Good luck![Wait][End] +} + +#message:0B:0E5 +{ + [Style Right] + Good luck, Mario. You just have[BR] + to save that princess![Wait][End] +} + +#message:0B:0E6 +{ + [Style Right] + Mario, I'll go to any lengths to[BR] + help you out.[BR] + [Wait][Next] + I have lots of talents, and I can[BR] + jump really high and...[BR] + [Wait][Next] + What? Stay home and take care[BR] + of the house?[BR] + [Pause 15]Man, that's not exciting at all![Wait][End] +} + +#message:0B:0E7 +{ + [Style Right] + Koopa Bros.?[BR] + [Pause 10]You mean they're a bunch of[BR] + brothers who're Koopa Troopas?[BR] + [Pause 10]Tough name to remember, huh?[BR] + [Wait][Next] + I have an idea, Mario![BR] + [Pause 10]Why don't we give them a taste[BR] + of our Mario Bros. power![BR] + [Wait][Next] + I'll join you and together...[BR] + [Wait][Next] + What? I can't? Why not?[BR] + [Pause 15]Come on, Mario![Wait][End] +} + +#message:0B:0E8 +{ + [Style Right] + Hi, Mario.[BR] + [Pause 10]I figure I'll have an adventure[BR] + sooner or later, so I'm training.[BR] + [Wait][Next] + What's that? Dry Dry Desert?[BR] + [Pause 10]Oh, sure. There's a train that[BR] + goes there from Toad Town.[BR] + [Wait][Next] + Hey, maybe I'll tag along...[BR] + [Wait][Next] + No? You sure?[BR] + [Pause 15]Just gimme a chance![Wait][End] +} + +#message:0B:0E9 +{ + [Style Right] + I wonder how ol' Mario is doing in[BR] + his quest.[Wait][End] +} + +#message:0B:0EA +{ + [Style Right] + [PrintRising]Ma... [Pause 5]Mario![BR] + [/fx][Wait][End] +} + +#message:0B:0EB +{ + [Style Right] + Uh-oh... [Pause 5]I mean, never mind.[BR] + [Pause 15]How did you find this place?[Wait][End] +} + +#message:0B:0EC +{ + [Style Inspect] + There's nothing on the desk.[Wait][End] +} + +#message:0B:0ED +{ + [Style Right] + Anything wrong?[BR] + [Pause 15]Nothing suspicious in the[BR] + basement, was there?[Wait][End] +} + +#message:0B:0EE +{ + [Style Right] + Huff [Pause 5]huff...[BR] + [Pause 5]You wouldn't believe it... Shy[BR] + Guys were everywhere...[BR] + [Wait][Next] + They moved...like the wind! Huff[BR] + huff... All I managed to do was[BR] + get really upset and yell.[Wait][End] +} + +#message:0B:0EF +{ + [Style Right] + Huff [Pause 5]Huff...[BR] + [Pause 5]I'm a great jumper, but my[BR] + running really needs some work.[BR] + [Wait][Next] + A little more training and I'll be[BR] + vital to your team...[BR] + [Wait][Next] + All right, take it easy. I know I[BR] + can't go.[BR] + [Pause 10]You go on your adventure. I[BR] + don't even want to anymore.[BR] + [Wait][Next] + I know that it's up to you to[BR] + save Princess Peach, so hurry[BR] + up for my sake![Wait][End] +} + +#message:0B:0F0 +{ + [Style Right] + ...Hi, Mario. [Pause 15]Are you doing OK?[BR] + [Pause 15][Wait][Next] + Don't worry, Bro, I'll watch the[BR] + house until you get back.[Wait][End] +} + +#message:0B:0F1 +{ + [Style Right] + Boy, hanging out way up high[BR] + sure was nice... Such a great[BR] + view and everything...[BR] + [Wait][Next] + Uh...never mind! Say, that's a[BR] + cool Hammer you got there![BR] + [Pause 15]I bet you can even beat up[BR] + enemies with hard shells now![Wait][End] +} + +#message:0B:0F2 +{ + [Style Right] + Boy, hanging out way up high[BR] + sure was nice... Such a great[BR] + view and everything...[BR] + [Wait][Next] + Uh...never mind. Say, are those[BR] + new Boots? They look really[BR] + flashy![BR] + [Pause 15]Now you'll be a better jumper![Wait][End] +} + +#message:0B:0F3 +{ + [Style Right] + Princess Peach is still caught[BR] + way up there in the sky...[BR] + [Wait][Next] + C'mon, Mario![BR] + [Pause 15]You're a hero, Bro! You have to[BR] + save her![Wait][End] +} + +#message:0B:0F4 +{ + Number of Battles:[End] +} + +#message:0B:0F5 +{ + pcs.[End] +} + +#message:0B:0F6 +{ + times[End] +} + +#message:0B:0F7 +{ + Your First Strikes:[End] +} + +#message:0B:0F8 +{ + Enemies' First Strikes:[End] +} + +#message:0B:0F9 +{ + Total Power Bounces:[End] +} + +#message:0B:0FA +{ + ? ? ?[End] +} + +#message:0B:0FB +{ + Star Pieces Collected:[End] +} + +#message:0B:0FC +{ + Coins Earned:[End] +} + +#message:0B:0FD +{ + Badges Collected:[End] +} + +#message:0B:0FE +{ + Tayce T.'s Recipes:[End] +} + +#message:0B:0FF +{ + Chuck Quizmo's Quizzes:[End] +} + +#message:0B:100 +{ + [Style Inspect] + There's Luigi's diary![Wait][End] +} + +#message:0B:101 +{ + [Style Inspect] + There's a letter for Mario![Wait][End] +} + +#message:0B:102 +{ + [Style Inspect] + Here's the box where letters[BR] + addressed to Mario go.[BR] + [Pause 10]It's empty right now.[Wait][End] +} + +#message:0B:103 +{ + [Style Right] + What's that, Mario?[BR] + [Pause 10]You need something?[Wait][End] +} + +#message:0B:104 +{ + [Style Right] + He what? [BR] + [Pause 10]Mr. Koopa Koot wants to get my[BR] + autograph? Me? He wants me to[BR] + sign something?[BR] + [Wait][Next] + Whoa! Cool! I'm flattered![BR] + [Pause 10]I guess maybe I'm a little bit of[BR] + a celebrity, huh?[BR] + [Wait][Next] + [Pause 10]Wait one second.[BR] + [Pause 5]I'll write it right now.[Wait][End] +} + +#message:0B:105 +{ + [Style Right] + Here you are, Mario.[BR] + [Pause 10]My autograph.[BR] + [Wait][Next] + Give my regards to Mr. Koopa[BR] + Koot, OK?[Wait][End] +} + +#message:0B:106 +{ + [Style Inspect] + Do you want to go to bed?[BR] + [Yield][End] +} + +#message:0B:107 +{ + [Style Inspect] + You're at peak strength. Do you[BR] + still want to go to bed?[BR] + [Yield][End] +} + +#message:0B:108 +{ + [Style Inspect] + Fully energized![Wait][End] +} + diff --git a/strings/patch/2F Custom.str b/strings/patch/2F Custom.str index 43c2a60..7059cd5 100644 --- a/strings/patch/2F Custom.str +++ b/strings/patch/2F Custom.str @@ -1,6 +1,41 @@ -#string:2F:000 +#message:2F:000 { [Style Right]Nice try Mario, but you're[BR] simply not going to beat me[BR] this time![Wait][End] +} + +#message:2F:001 +{ +[Style Right]Yep. That's right. It's literally[BR] +nothing. [Pause 20]And it's not gonna be[BR] +anything, either.[BR] +[Wait][Next] +Heh heh heh... ya get it?[BR] +[Wait][Next] +I know I can't beat you. One of[BR] +your turns... you're just gonna[BR] +kill me.[BR] +[Wait][Next] +So, uh. [Pause 10]I've decided...[BR] +[Pause 20]It's not gonna BE your turn.[BR] +[Pause 10]Ever.[BR] +[Wait][Next] +I'm just gonna keep having MY[BR] +turn until you give up. Even if it[BR] +means we have to stand here until[BR] +the end of time.[BR] +[Wait][Next] +Capiche? +[Wait][End] +} + +#message:2F:002 +{ +[Style Right]Gah! I can't take it any more![Wait][End] +} + +#message:2F:003 +{ +[Style Right]Aw, cranberries.[Wait][End] } \ No newline at end of file