string macros tentative

This commit is contained in:
theo3 2020-06-17 03:17:39 -07:00
parent d9becf2ee0
commit 84ca7bb54b
5 changed files with 556 additions and 21 deletions

View File

@ -10,7 +10,6 @@ QT = 22
',' = 2C
'-' = 2D
'.' = 2E
'/' = 2F
'0' = 30
'1' = 31
'2' = 32
@ -83,12 +82,13 @@ QT = 22
'x' = 78
'y' = 79
'z' = 7A
'é' = E9
'é' = E9
'&' = 0F 0D
'/' = 0F 15
@ string placeholders
PLAYER = 06 00
STR_VAR_1 = 06 01
STR_VAR_2 = 06 02
@ Title??
T_07 = 0F 07
@ -101,20 +101,81 @@ T_0D = 0F 0D
T_0E = 0F 0E
T_0F = 0F 0F
T_10 = 0F 10
T_11 = 0F 11
@ more text functions
COLOR = 02 @ use a color listed below right after
BUTTON_A = 0C 00
BUTTON_B = 0C 01
LEFT = 0C 02
RIGHT = 0C 03
DPAD = 0C 08
ACCEPT = 05 1D 06
ACCEPT2 = 05 03 0D
ACCEPT3 = 05 03 09
ACCEPT4 = 05 03 01
ACCEPT5 = 05 03 0F
ACCEPT6 = 05 03 11
ACCEPT7 = 05 03 19
ACCEPT8 = 05 03 0A
ACCEPT9 = 05 03 12
ACCEPTA = 05 03 0A
ACCEPTB = 05 03 0B
ACCEPTC = 05 03 0C
ACCEPTE = 05 03 0E
ACCEPTF = 05 03 0F
ACCEPT10 = 05 03 10
ACCEPT13 = 05 03 13
ACCEPT14 = 05 03 14
ACCEPT15 = 05 03 15
ACCEPT16 = 05 03 16
ACCEPT17 = 05 03 17
ACCEPT18 = 05 03 18
ACCEPT11 = 05 03 24
ACCEPT1A = 05 03 1A
ACCEPT1B = 05 03 1B
ACCEPT1C = 05 03 1C
ACCEPT1D = 05 03 1D
ACCEPT1E = 05 03 1E
ACCEPT1F = 05 03 1F
ACCEPT20 = 05 03 20
ACCEPT21 = 05 03 21
ACCEPT22 = 05 03 22
ACCEPT23 = 05 03 23
ACCEPT25 = 05 03 25
ACCEPT26 = 05 03 26
ACCEPT27 = 05 03 27
ACCEPT28 = 05 03 28
ACCEPT2E = 05 03 2E
REJECT = 05 1F 10
REJECT2 = 05 1F 13
REJECT3 = 05 1D 07
SELECT = 05 FF
SELECT2 = 05 05 81
SELECT3 = 05 05 82
SELECT8A = 05 05 8A
SELECT8B = 05 05 8B
SELECT8C = 05 05 8C
SELECT8D = 05 05 8D
SELECT8E = 05 05 8E
SELECT8F = 05 05 8F
SELECT7C = 05 05 7C
SELECT7D = 05 05 7D
SELECT7E = 05 05 7E
UNK_1 = 03 02 1A
UNK_2 = 03 02 03
UNK_3 = 03 01 E5
UNK_4 = 03 01 B7
UNK_5 = 08 FF
UNK_6 = 03 0D
UNK_8 = 07 05 06
UNK_7 = 07 05 84
UNK_9 = 07 05 85
UNK_10 = 07 05 86
UNK_11 = 07 05 87
UNK_12 = 07 05 88
@ colors
WHITE = 00
@ -125,4 +186,7 @@ YELLOW = 03
SE_UNK = 04 12
SE_UNK2 = 04 13
SE_UNK2 = 04 13
SE_UNK10 = 04 10 0E
SE_UNK11 = 04 10 00
SE_UNK12 = 04 10 0C

View File

@ -6,10 +6,364 @@
gUnk_089B1D90:: @ 089B1D90
.incbin "baserom.gba", 0x9B1D90, 0x000039E
gUnk_089B212E:: @ 089B212E
.incbin "baserom.gba", 0x9B212E, 0x0007427
.string "sly.$"
.string "$$"
.string "{STR_VAR_1} Save\n\n"
.string "{STR_VAR_2} Don't Save$"
.string "{STR_VAR_1} Continue\n\n"
.string "{STR_VAR_2} Quit$"
.string "$$$$"
.byte 0xff, 0xff, 0xff, 0x74, 0x00, 0x00, 0x00, 0x9c, 0x00, 0x00, 0x00, 0x15, 0x01, 0x00, 0x00, 0x71, 0x01, 0x00, 0x00, 0xce, 0x01, 0x00, 0x00, 0x30, 0x02, 0x00, 0x00, 0x84, 0x02, 0x00, 0x00, 0xa8, 0x02, 0x00, 0x00, 0xca, 0x02, 0x00, 0x00, 0xf8, 0x02, 0x00, 0x00, 0xf9, 0x02, 0x00, 0x00, 0x40, 0x03, 0x00, 0x00, 0x61, 0x03, 0x00, 0x00, 0xda, 0x03, 0x00, 0x00, 0x0e, 0x04, 0x00, 0x00, 0x66, 0x04, 0x00, 0x00, 0x87, 0x04, 0x00, 0x00, 0xb5, 0x04, 0x00, 0x00, 0xe3, 0x04, 0x00, 0x00, 0xe4, 0x04, 0x00, 0x00, 0x0b, 0x05, 0x00, 0x00, 0x37, 0x05, 0x00, 0x00, 0x73, 0x05, 0x00, 0x00, 0x74, 0x05, 0x00, 0x00, 0x75, 0x05, 0x00, 0x00, 0xda, 0x05, 0x00, 0x00, 0xfe, 0x05, 0x00, 0x00, 0x46, 0x06, 0x00, 0x00, 0x63, 0x06, 0x00, 0x00
.string "\n\n\n\n\n"
.string "{COLOR}{RED}DIRECTOR{COLOR}{WHITE}\n\n"
.string "Hidemaro Fujibayashi$"
.string "{COLOR}{RED}PLANNING{COLOR}{WHITE}\n\n"
.string "Hidemaro Fujibayashi\n"
.string "Suchol Lee\n"
.string "Joko Kazuki\n"
.string "Mitsuki Tsukada\n"
.string "Minoru Nakai\n"
.string "Takashi Hamamura\n"
.string "Shigeki Morihira$"
.string "{COLOR}{RED}PROGRAMMING{COLOR}{WHITE}\n\n"
.string "Toshihiko Honda\n"
.string "shimitan\n"
.string "Yoshiyuki Fujikawa\n"
.string "N.MINOMIYA\n"
.string "Yohey Doi\n"
.string "K.YOSHIDA$"
.string "{COLOR}{RED}OBJECT DESIGN{COLOR}{WHITE}\n\n"
.string "KIMOKIMO\n"
.string "erichop\n"
.string "Kumiko Fujiwara\n\n"
.string "Keisuke\n"
.string " {QT}TWIGGY{QT}\n"
.string " Motozono$"
.string "{COLOR}{RED}SCROLL DESIGN{COLOR}{WHITE}\n\n"
.string "Nishitsuji Asae\n"
.string "Takayuki Nakayama\n"
.string "Hiroyuki Imahori\n"
.string "Yoshi Maeda\n"
.string "Haruki Suetsugu$"
.string "\n"
.string "{COLOR}{RED}MUSIC{COLOR}{WHITE}\n\n"
.string "Mitsuhiko Takano\n\n\n"
.string "{COLOR}{RED}SOUND EFFECTS{COLOR}{WHITE}\n\n"
.string "Shinji Amagishi\n"
.string "Takashi Moriguchi$"
.string "\n\n\n\n\n"
.string "{COLOR}{RED}CHARACTER DESIGN{COLOR}{WHITE}\n\n"
.string "KIMOKIMO$"
.string "\n\n\n\n\n"
.string "{COLOR}{RED}ARTWORK{COLOR}{WHITE}\n\n"
.string "Haruki Suetsugu$"
.string "\n\n\n\n"
.string "{COLOR}{RED}TITLE LOGO DESIGN{COLOR}{WHITE}\n\n"
.string "SHOEI\n"
.string "Satoshi Ukai$"
.string "$\n\n"
.string "{COLOR}{RED}SUPERVISOR{COLOR}{WHITE}\n\n"
.string "E. Aonuma\n"
.string "Y. Yamada\n"
.string "M. Narita\n"
.string "T. Tezuka\n"
.string "Y. Yamashita$"
.string "\n\n\n\n\n"
.string "{COLOR}{RED}SOUND ADVISOR{COLOR}{WHITE}\n\n"
.string "K. Kondo$"
.string "{COLOR}{RED}SPECIAL THANKS{COLOR}{WHITE}\n\n"
.string "M. TAKEGUCHI\n"
.string "SUPER MARIO CLUB\n"
.string "NOA PRODUCT\n"
.string " TESTING\n\n"
.string "ROCKMAN CLUB\n"
.string "CAPCOM HC\n"
.string "FLAGSHIP Co., Ltd$"
.string "\n\n\n\n"
.string "{COLOR}{RED}SPECIAL THANKS{COLOR}{WHITE}\n\n"
.string "ORIGINAL\n"
.string " {QT}ZELDA{QT} STAFF$"
.string "{COLOR}{RED}MANAGEMENT{COLOR}{WHITE}\n\n"
.string "nosetake\n"
.string "Masanori Kusumoto\n\n\n"
.string "{COLOR}{RED}PRODUCT\n"
.string " MANAGEMENT{COLOR}{WHITE}\n\n"
.string "Yasushi Adachi$"
.string "\n\n\n\n\n"
.string "{COLOR}{RED}PRODUCER{COLOR}{WHITE}\n\n"
.string "Keiji Inafune$"
.string "\n\n\n"
.string "{COLOR}{RED}GENERAL\n"
.string " PRODUCER{COLOR}{WHITE}\n\n"
.string "Shigeru Miyamoto$"
.string "\n\n\n"
.string "{COLOR}{RED}EXECUTIVE\n"
.string " PRODUCER{COLOR}{WHITE}\n\n"
.string "Satoru Iwata$"
.string "$\n\n\n\n\n"
.string "NORTH AMERICAN\n"
.string " LOCALIZATION\n"
.string "$\n\n\n\n"
.string "{COLOR}{RED}MANAGEMENT{COLOR}{WHITE}\n\n"
.string "Jeff Miller\n"
.string "Leslie Swan$"
.string "\n\n\n\n"
.string "{COLOR}{RED}LOCALIZATION\n\n"
.string "{COLOR}{WHITE}Rich Amtower\n"
.string "Scot Ritchey\n"
.string "Bill Trinen$"
.string "$$\n\n\n\n"
.string "All Rights, including the copyrights of\n"
.string "Game, Scenario, Music and Program,\n"
.string "reserved by NINTENDO.$"
.string "Thus did {PLAYER}'s quest\n"
.string "come to an end.$"
.string "But surely, this is not the end of Zelda\n"
.string "and {PLAYER}'s adventures in Hyrule.$"
.string "\n"
.string "The legend will continue...$"
.string "...as long as the power of the light\n"
.string "force echoes throughout the ages.$"
.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x54, 0x02, 0x00, 0x00, 0x5d, 0x02, 0x00, 0x00, 0x6e, 0x02, 0x00, 0x00, 0x80, 0x02, 0x00, 0x00, 0x93, 0x02, 0x00, 0x00, 0x99, 0x02, 0x00, 0x00, 0xa9, 0x02, 0x00, 0x00, 0xb0, 0x02, 0x00, 0x00, 0xb1, 0x02, 0x00, 0x00, 0xba, 0x02, 0x00, 0x00, 0xbe, 0x02, 0x00, 0x00, 0xc5, 0x02, 0x00, 0x00, 0xcb, 0x02, 0x00, 0x00, 0xd6, 0x02, 0x00, 0x00, 0xe0, 0x02, 0x00, 0x00, 0xea, 0x02, 0x00, 0x00, 0xf4, 0x02, 0x00, 0x00, 0x01, 0x03, 0x00, 0x00, 0x09, 0x03, 0x00, 0x00, 0x11, 0x03, 0x00, 0x00, 0x18, 0x03, 0x00, 0x00, 0x20, 0x03, 0x00, 0x00, 0x2e, 0x03, 0x00, 0x00, 0x3e, 0x03, 0x00, 0x00, 0x4a, 0x03, 0x00, 0x00, 0x59, 0x03, 0x00, 0x00, 0x68, 0x03, 0x00, 0x00, 0x69, 0x03, 0x00, 0x00, 0x6f, 0x03, 0x00, 0x00, 0x7e, 0x03, 0x00, 0x00, 0x87, 0x03, 0x00, 0x00, 0x88, 0x03, 0x00, 0x00, 0x8e, 0x03, 0x00, 0x00, 0x94, 0x03, 0x00, 0x00, 0x95, 0x03, 0x00, 0x00, 0x9b, 0x03, 0x00, 0x00, 0xa2, 0x03, 0x00, 0x00, 0xa7, 0x03, 0x00, 0x00, 0xae, 0x03, 0x00, 0x00, 0xb5, 0x03, 0x00, 0x00, 0xbb, 0x03, 0x00, 0x00, 0xc4, 0x03, 0x00, 0x00, 0xcb, 0x03, 0x00, 0x00, 0xd2, 0x03, 0x00, 0x00, 0xd9, 0x03, 0x00, 0x00, 0xe1, 0x03, 0x00, 0x00, 0xe6, 0x03, 0x00, 0x00, 0xec, 0x03, 0x00, 0x00, 0xed, 0x03, 0x00, 0x00, 0xf2, 0x03, 0x00, 0x00, 0xf8, 0x03, 0x00, 0x00, 0xfe, 0x03, 0x00, 0x00, 0xff, 0x03, 0x00, 0x00, 0x0d, 0x04, 0x00, 0x00, 0x0e, 0x04, 0x00, 0x00, 0x15, 0x04, 0x00, 0x00, 0x1e, 0x04, 0x00, 0x00, 0x24, 0x04, 0x00, 0x00, 0x25, 0x04, 0x00, 0x00, 0x2a, 0x04, 0x00, 0x00, 0x2e, 0x04, 0x00, 0x00, 0x34, 0x04, 0x00, 0x00, 0x39, 0x04, 0x00, 0x00, 0x3e, 0x04, 0x00, 0x00, 0x46, 0x04, 0x00, 0x00, 0x4c, 0x04, 0x00, 0x00, 0x4d, 0x04, 0x00, 0x00, 0x53, 0x04, 0x00, 0x00, 0x58, 0x04, 0x00, 0x00, 0x5e, 0x04, 0x00, 0x00, 0x65, 0x04, 0x00, 0x00, 0x6b, 0x04, 0x00, 0x00, 0x6c, 0x04, 0x00, 0x00, 0x73, 0x04, 0x00, 0x00, 0x78, 0x04, 0x00, 0x00, 0x7f, 0x04, 0x00, 0x00, 0x80, 0x04, 0x00, 0x00, 0x85, 0x04, 0x00, 0x00, 0x8c, 0x04, 0x00, 0x00, 0x94, 0x04, 0x00, 0x00, 0x95, 0x04, 0x00, 0x00, 0x9a, 0x04, 0x00, 0x00, 0x9f, 0x04, 0x00, 0x00, 0xa4, 0x04, 0x00, 0x00, 0xad, 0x04, 0x00, 0x00, 0xb2, 0x04, 0x00, 0x00, 0xb6, 0x04, 0x00, 0x00, 0xbc, 0x04, 0x00, 0x00, 0xc2, 0x04, 0x00, 0x00, 0xc3, 0x04, 0x00, 0x00, 0xc8, 0x04, 0x00, 0x00, 0xcf, 0x04, 0x00, 0x00, 0xd5, 0x04, 0x00, 0x00, 0xdd, 0x04, 0x00, 0x00, 0xe2, 0x04, 0x00, 0x00, 0xe3, 0x04, 0x00, 0x00, 0xec, 0x04, 0x00, 0x00, 0xf0, 0x04, 0x00, 0x00, 0xf1, 0x04, 0x00, 0x00, 0xf7, 0x04, 0x00, 0x00, 0xfd, 0x04, 0x00, 0x00, 0xfe, 0x04, 0x00, 0x00, 0x07, 0x05, 0x00, 0x00, 0x0d, 0x05, 0x00, 0x00, 0x14, 0x05, 0x00, 0x00, 0x15, 0x05, 0x00, 0x00, 0x1b, 0x05, 0x00, 0x00, 0x1c, 0x05, 0x00, 0x00, 0x22, 0x05, 0x00, 0x00, 0x29, 0x05, 0x00, 0x00, 0x31, 0x05, 0x00, 0x00, 0x36, 0x05, 0x00, 0x00, 0x3d, 0x05, 0x00, 0x00, 0x44, 0x05, 0x00, 0x00, 0x45, 0x05, 0x00, 0x00, 0x54, 0x05, 0x00, 0x00, 0x5c, 0x05, 0x00, 0x00, 0x6c, 0x05, 0x00, 0x00, 0x72, 0x05, 0x00, 0x00, 0x79, 0x05, 0x00, 0x00, 0x7a, 0x05, 0x00, 0x00, 0x80, 0x05, 0x00, 0x00, 0x81, 0x05, 0x00, 0x00, 0x87, 0x05, 0x00, 0x00, 0x8c, 0x05, 0x00, 0x00, 0x91, 0x05, 0x00, 0x00, 0x99, 0x05, 0x00, 0x00, 0xa3, 0x05, 0x00, 0x00, 0xa9, 0x05, 0x00, 0x00, 0xaf, 0x05, 0x00, 0x00, 0xbb, 0x05, 0x00, 0x00, 0xc7, 0x05, 0x00, 0x00, 0xcd, 0x05, 0x00, 0x00, 0xce, 0x05, 0x00, 0x00, 0xd5, 0x05, 0x00, 0x00, 0xdb, 0x05, 0x00, 0x00, 0xe3, 0x05, 0x00, 0x00, 0xed, 0x05, 0x00, 0x00, 0xee, 0x05, 0x00, 0x00, 0xf6, 0x05, 0x00, 0x00, 0xf7, 0x05, 0x00, 0x00, 0xf8, 0x05, 0x00, 0x00, 0xfd, 0x05, 0x00, 0x00, 0x05, 0x06, 0x00, 0x00, 0x0d, 0x06, 0x00, 0x00, 0x13, 0x06, 0x00, 0x00, 0x19, 0x06, 0x00, 0x00, 0x1f, 0x06, 0x00, 0x00, 0x26, 0x06, 0x00, 0x00
.string "NPC Name$"
.string "Mysterious Cloud$"
.string "Mysterious Statue$"
.string "Source of the Flow$"
.string "Percy$"
.string "Mysterious Wall$"
.string "Belari$"
.string "$"
.string "Stranger$"
.string "Din$"
.string "Farore$"
.string "Nayru$"
.string "Swiftblade$"
.string "Grayblade$"
.string "Waveblade$"
.string "Grimblade$"
.string "Swiftblade I$"
.string "Gentari$"
.string "Festari$"
.string "Melari$"
.string "Librari$"
.string "Forest Minish$"
.string "Mountain Minish$"
.string "Town Minish$"
.string "Village Minish$"
.string "Library Minish$"
.string "$"
.string "Goron$"
.string "Business Scrub$"
.string "Spookter$"
.string "$"
.string "Dampé"
.string "$"
.string "Syrup$"
.string "$"
.string "Anton$"
.string "Sheila$"
.string "June$"
.string "Keeley$"
.string "Gepper$"
.string "Klaus$"
.string "Marshall$"
.string "Dottie$"
.string "Edmond$"
.string "Martin$"
.string "Spekter$"
.string "Guts$"
.string "Match$"
.string "$"
.string "Zill$"
.string "Lolly$"
.string "Candy$"
.string "$"
.string "Crenel Hermit$"
.string "$"
.string "Verona$"
.string "Julietta$"
.string "Romio$"
.string "$"
.string "Mama$"
.string "Joe$"
.string "Baris$"
.string "Chai$"
.string "Herb$"
.string "Jasmine$"
.string "Breve$"
.string "$"
.string "Mutoh$"
.string "Mack$"
.string "Doyle$"
.string "Bremor$"
.string "Brent$"
.string "$"
.string "Beedle$"
.string "Pina$"
.string "Brocco$"
.string "$"
.string "Emma$"
.string "Bindle$"
.string "Satchel$"
.string "$"
.string "Tina$"
.string "Dina$"
.string "Joel$"
.string "Harrison$"
.string "Erik$"
.string "Jim$"
.string "Berry$"
.string "Leila$"
.string "$"
.string "Anju$"
.string "Gorman$"
.string "Monty$"
.string "Wheaton$"
.string "Pita$"
.string "$"
.string "Dr. Left$"
.string "Rem$"
.string "$"
.string "Stamp$"
.string "Marcy$"
.string "$"
.string "Sturgeon$"
.string "Paige$"
.string "Maggie$"
.string "$"
.string "Hagen$"
.string "$"
.string "Siroc$"
.string "Hailey$"
.string "Caprice$"
.string "Gale$"
.string "Strato$"
.string "Gregal$"
.string "$"
.string "Castle Servant$"
.string "Soldier$"
.string "Soldier Captain$"
.string "Potho$"
.string "Daltus$"
.string "$"
.string "Smith$"
.string "$"
.string "Epona$"
.string "Fifi$"
.string "Rolf$"
.string "Growler$"
.string "Scratcher$"
.string "Purry$"
.string "Cucco$"
.string "Brown Cucco$"
.string "Cucco Chick$"
.string "Elsie$"
.string "$"
.string "Tingle$"
.string "Ankle$"
.string "Knuckle$"
.string "David Jr.$"
.string "$"
.string "Postbox$"
.string "$"
.string "$"
.string "Gina$"
.string "Flurris$"
.string "Postman$"
.string "Talon$"
.string "Malon$"
.string "Eenie$"
.string "Meenie$"
.string "Hurdy-Gurdy Man$"
.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa4, 0x00, 0x00, 0x00, 0xa5, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00, 0x4b, 0x01, 0x00, 0x00, 0x9e, 0x01, 0x00, 0x00, 0xf1, 0x01, 0x00, 0x00, 0x44, 0x02, 0x00, 0x00, 0x97, 0x02, 0x00, 0x00, 0xea, 0x02, 0x00, 0x00, 0x3d, 0x03, 0x00, 0x00, 0xac, 0x04, 0x00, 0x00, 0x49, 0x05, 0x00, 0x00, 0x5c, 0x06, 0x00, 0x00, 0x4e, 0x07, 0x00, 0x00, 0xa2, 0x08, 0x00, 0x00, 0x66, 0x09, 0x00, 0x00, 0x63, 0x0a, 0x00, 0x00, 0x76, 0x0b, 0x00, 0x00, 0x61, 0x0d, 0x00, 0x00, 0x0e, 0x0f, 0x00, 0x00, 0x15, 0x10, 0x00, 0x00, 0x4d, 0x11, 0x00, 0x00, 0xdd, 0x12, 0x00, 0x00, 0x90, 0x14, 0x00, 0x00, 0x5b, 0x15, 0x00, 0x00, 0x3e, 0x16, 0x00, 0x00, 0x69, 0x17, 0x00, 0x00, 0x41, 0x18, 0x00, 0x00, 0x2f, 0x19, 0x00, 0x00, 0x23, 0x1a, 0x00, 0x00, 0x8b, 0x1b, 0x00, 0x00, 0xb0, 0x1c, 0x00, 0x00, 0xfc, 0x1d, 0x00, 0x00, 0x9b, 0x1e, 0x00, 0x00, 0x44, 0x20, 0x00, 0x00, 0xa9, 0x21, 0x00, 0x00, 0xb8, 0x22, 0x00, 0x00, 0x0c, 0x24, 0x00, 0x00, 0xe3, 0x25, 0x00, 0x00, 0x17, 0x27, 0x00, 0x00, 0xeb, 0x27, 0x00, 0x00, 0x00
.string "This is the Swordsman Newsletter {T_10}1.\n\n"
.string "Would you like to read it?\n"
.string " {ACCEPT3}Yes {SELECT}No$"
.string "This is the Swordsman Newsletter {T_10}2.\n\n"
.string "Would you like to read it?\n"
.string " {ACCEPT2}Yes {SELECT}No$"
.string "This is the Swordsman Newsletter {T_10}3.\n\n"
.string "Would you like to read it?\n"
.string " {ACCEPT6}Yes {SELECT}No$"
.string "This is the Swordsman Newsletter {T_10}4.\n\n"
.string "Would you like to read it?\n"
.string " {ACCEPT15}Yes {SELECT}No$"
.string "This is the Swordsman Newsletter {T_10}5.\n\n"
.string "Would you like to read it?\n"
.string " {ACCEPT7}Yes {SELECT}No$"
.string "This is the Swordsman Newsletter {T_10}6.\n\n"
.string "Would you like to read it?\n"
.string " {ACCEPT1D}Yes {SELECT}No$"
.string "This is the Swordsman Newsletter {T_10}7.\n\n"
.string "Would you like to read it?\n"
.string " {ACCEPT21}Yes {SELECT}No$"
.string "This is the Swordsman Newsletter {T_10}8.\n\n"
.string "Would you like to read it?\n"
.string " {ACCEPT25}Yes {SELECT}No$"
.string "Swordsman Newsletter {T_10}1\n"
.string " Some Walls Go Boom...\n"
.string "It may look like a regular wall, but\n"
.string "it may be something you can blow up.\n"
.string "There's actually an easy way to tell.\n"
.string "And I'm here to teach you!\n"
.string "{COLOR}{YELLOW}Build up the power in your sword and\n"
.string "start stabbing the wall.{COLOR}{WHITE}\n"
.string "If you pay attention, you'll find that\n"
.string "some spots make a different sound!\n"
.string "{ACCEPT8}Continue reading {SELECT}That's enough$"
.string " Teach us, Teacher!\n"
.string "Monsters got you?\n"
.string "Don't give up! {COLOR}{YELLOW}Start mashing buttons!{COLOR}{WHITE}\n"
.string "You might be able to escape quickly!\n"
.string "{ACCEPTB}Continue reading {SELECT}That's enough$"
.string " Swiftblade's Gossip Column\n"
.string "The Magical Boomerang...\n"
.string "Somewhere in Hyrule, you can find an\n"
.string "incredibly handy {COLOR}{GREEN}boomerang{COLOR}{WHITE}.\n"
.string "It's designed so you can change its\ndirection after you throw it!\nOr so I've been told.\nBut it's just a rumor...\n{ACCEPTC}Continue reading {SELECT}That's enough$ Swiftblade, Signing Off!\nThat's it for our first issue!\nWe plan to bring you helpful questing\nhints every week, rain or shine.\nBe sure to check with your local\npost office for future issues!\nSee you in issue 2!\nUntil next time, warriors!$Swordsman Newsletter {T_10}2\n This Year's Must-Have Item!\nHave you seen those sparks that move\nalong walls?\n"
.string "Your sword doesn't work, so maybe\nyou've just given up fighting them.\nBut have you tried ALL your items?\nLike...what about your boomerang?\nGive that a shot! You might be\nsurprised at the results!\n{ACCEPTE}Continue reading {SELECT}That's enough$ Teach us, Teacher!\nMonster took your shield?\nWell, don't get all down about it.\nAll hope is not lost.\nBeat him up quickly, and you might\njust get it back!\n{ACCEPTF}Continue reading {SELECT}That's enough$ Swiftblade's Gossip Column\nThe Mirror Shield...\nA beautiful, glimmering shield capable\nof reflecting monsters' shots.\n"
.string "You can use it to turn their\nattacks back at them.\nOr so they say...\nBut it's just a rumor...\n{ACCEPT10}Continue reading {SELECT}That's enough$ Swiftblade, Signing Off!\nIssue 2 is out the door!\nWe've got our first reader letter!\nLet's answer it now!\n{QT}Hey, Swiftblade, what's your best\nfeature?{QT}\nThat would be my eyebrows! I spend\na lot of time grooming these suckers!\nSee you in issue 3!\nUntil next time, warriors!$Swordsman Newsletter {T_10}3{COLOR}{RED}\n {COLOR}{WHITE}Got a Bone to Pick?\nYou're sure to run into more than\na few skeletons on your journey.\nThat's why this week's newsletter is\n"
.string "dedicated to all you bone-breakers!\nA good, solid whack to the head should\ndo the trick. That's their weak spot!\nTry smacking them with a beam\nfrom your {COLOR}{GREEN}Cane of Pacci{COLOR}{WHITE}.\nYou should also try your {COLOR}{GREEN}Gust Jar{COLOR}{WHITE}.\nThat head should just pop right off!\nThey go all to pieces once they\nlose their head.\n{ACCEPT9}Continue reading {SELECT}That's enough$ Teach us, Teacher!\nThose darn Bob-ombs!\nIf you hit them with your sword, they'll\nrun all over the place and explode!\nBut don't you worry. This newsletter's\nhere to teach you how to cope!\nYour best bet is arrows!\nOne shot can take them down!\nYou can fire from a safe distance,\ntoo! There's also your Gust Jar...\nDraw them in and shoot them out, and\nthey'll even blow up whatever they hit!\n{ACCEPT13}Continue reading {SELECT}That's enough$ Swiftblade's Gossip Column\nLight Arrows are amazing...\nThey go through grass!\nThey fell a monster with one strike!\nThey're handy! They're dandy!\nThey're a super-duper-ultra-item!\n"
.string "Or so it seems...\nBut it's just a rumor...\n{ACCEPT14}Continue reading {SELECT}That's enough$ Swiftblade, Signing Off!\nWe've got more reader mail this week!\n{QT}Hey, Swiftblade! How many siblings\ndo you have?{QT}\nThere are nine of us, not counting\nthe ghost of Swiftblade the First.\nI'm the oldest, but again, that's if you\ndon't count Swiftblade the First!\nSee you in issue 4!\nUntil next time, warriors!!!!$Swordsman Newsletter {T_10}4\n Seek Out the Strong!\nHave you ever seen a golden monster?\n\nWhen you fuse Kinstone pieces, you\nmight get the rare chance to meet one.\nThey're much stronger than the\n"
.string "regular version of that monster.\nOf course, if you beat one of 'em,\nyou'll get something REALLY good!\nIf you see one, go fight it instantly!\nJust drop everything and go!\n{ACCEPT16}Continue reading {SELECT}That's enough$ Teach us, Teacher!{COLOR}{RED}\n{COLOR}{WHITE} Coping with a Thorny Situation\nThose thorny little thorn monsters!\nYour sword doesn't hurt 'em at all!\nBut if you bump 'em with your\n{COLOR}{GREEN}shield {COLOR}{WHITE}up, they'll totally flip!\nThere are other ways, though.\nFlip 'em with a {COLOR}{GREEN}bomb{COLOR}{WHITE}!\nOr your {COLOR}{GREEN}Cane of Pacci{COLOR}{WHITE}!\nOr with a well-placed {COLOR}{GREEN}Down Thrust{COLOR}{WHITE}!{COLOR}{YELLOW}\n{COLOR}{WHITE}How's that for options? Your head must\nbe swimming at the possibilities!\n"
.string "{ACCEPT17}Continue reading {SELECT}That's enough$ Swiftblade's Gossip Column\nRemote Bombs...\nHere's a secret: you can blow them up\nwhenever you want! How cool is that?!\nOr so it seems...\nBut it's just a rumor...\n{ACCEPT18}Continue reading {SELECT}That's enough$ Swiftblade, Signing Off!\nI went to {COLOR}{RED}Lon Lon Ranch {COLOR}{WHITE}the other day.\nI saw the ghost of Swiftblade the First\ndefeat a cow with his bare hands!\nIt was kind of sad, really...\n\nSee you in issue 5!\nUntil next time, warriors!!!!$Swordsman Newsletter {T_10}5\n Fire Up That Chilly Chump!\nHave you seen a sorcerer who throws\ncold curses at you?\nYeah, the one who keeps disappearing!\nThat's him!\nWell, next time he shows up, whack him\nwith your lantern!\nFire against ice!\n"
.string "It's the law of nature!\n{ACCEPT1A}Continue reading {SELECT}That's enough$ Teach us, Teacher!\nThose pig-faced Moblins...\nYou see them around the Minish Woods,\nright? They're big and dumb?\nWell, they're also rich!\n{COLOR}{YELLOW}Beat one up for some quick cash!{COLOR}{WHITE}\n{ACCEPT1B}Continue reading {SELECT}That's enough$ Swiftblade's Gossip Column\nA tidbit about amulets...\nI hear that there's a mysterious amulet\nthat raises your abilities if you use it!\nWell, that's what I heard, anyway...\nBut it's just a rumor...\n{ACCEPT1C}Continue reading {SELECT}That's enough$ Swiftblade, Signing Off!\nI went to Smith's the other day.\n"
.string "The old guy's still looking pretty good.\n... ...\nBut I AM a little concerned about the\n{COLOR}{YELLOW}guy in green tights {COLOR}{WHITE}on the hill there...\nSee you in issue 6!\nUntil next time, warriors!!!!$Swordsman Newsletter {T_10}6\n Here's What You Do!\nHave you seen a monster wrapped in\nbandages? It tries to grab you?\nWell, here's a pro tip: {COLOR}{YELLOW}bandages burn{COLOR}{WHITE}\neasily, especially on a mummy!\nI don't have to spell this out, do I?\nYeah, you know what I'm about to say!\nThat's right, it's time to light up\ntheir world! FWOOOSH!\n"
.string "{ACCEPT1E}Continue reading {SELECT}That's enough$ Teach us, Teacher!\nThose heavy-handed Floor Masters...\nAnd their irritating friends,\nthe Wall Masters...\nThey're really annoying, but if you\nbeat one, they say you'll be rich!!\nBut it's just a rumor... Don't complain\nto me if it turns out to be wrong.\n{ACCEPT1F}Continue reading {SELECT}That's enough$ Swiftblade's Gossip Column\nRupee-stealing nasties...\nThose Rupee-camouflaged creeps have\nbeen ripping a lot of you off lately.\nI've heard that you greedy\nadventurers are getting soaked!\nIn fact, I hear that the greedier\nyou are, the more it takes!\nOr so it seems...\n"
.string "But it's just a rumor...\n{ACCEPT20}Continue reading {SELECT}That's enough$ Swiftblade, Signing Off!\nWe've got reader mail again!\n{QT}Hey, Swiftblade, do you have\na hobby?{QT}\nTraining!\n\nSee you in issue 7!\nUntil next time, warriors!!!!$Swordsman Newsletter {T_10}7\n For Real Swordsmen Only\nYou know the Roll Attack, right?\nYeah, the one you do midroll!\nI bet Grayblade told you to attack\njust as you finish the roll, right?\nWell, actually, you can do it just as\nyou start the roll, too!\nBut the timing is very tricky!\n"
.string "You can do it! Hone your skill!\nThe journey of a thousand miles begins\nwith a single step! Or...something!\n{ACCEPT22}Continue reading {SELECT}That's enough$ Teach us, Teacher!\nCamouflaged shell-shockers...\nThese fiends festoon themselves with\ngrass and rocks to deceive your eyes.\nBut you can remove their camo without\ntrying to pick them up, you know!\nHit them with that {COLOR}{GREEN}Cane of Pacci{COLOR}{WHITE}!\nSuck them with the {COLOR}{GREEN}Gust Jar{COLOR}{WHITE}!\nHow do you like that!?\nNow you're a camo-buster!\n{ACCEPT23}Continue reading {SELECT}That's enough$ Swiftblade's Gossip Column\nThose short-fused Bob-ombs...\n"
.string "I told you about them in issue 3, but\nhere's another thing...\nApparently they drop {COLOR}{GREEN}bombs {COLOR}{WHITE}at a higher\nrate than other enemies!\nOr so it seems...\nBut it's just a rumor...\n{ACCEPT11}Continue reading {SELECT}That's enough$ Swiftblade, Signing Off!\nThe next one is our last issue!\nAfter that, it'll be time for me to put\ndown my pen.\nAs much as I like writing, I'm a\nteacher at heart.\nBut I know you'll miss me when I'm\ngone. I'm like a star! A superstar!\nIssue 8, the last one, is coming soon!\nHope you're looking forward to it!\nUntil next time, warriors!!!!$"
.string "Swordsman Newsletter {T_10}8\n The Way to the Sacred Blade\nHave you ever wished you could unleash\nyour {COLOR}{GREEN}Spin Attack {COLOR}{WHITE}a little faster?\nOr perhaps split faster? Or maybe you\nwanted a longer {COLOR}{GREEN}Great Spin Attack{COLOR}{WHITE}?\nIt's only natural to want these things.\nEvery warrior wants to be his best!\nSo now for some good news! I haven't\nconfirmed it, but there MAY be a way!\nAll of these things could be yours if\nyou only figure out how to do it!\n{ACCEPT26}Continue reading {SELECT}That's enough$ Teach us, Teacher!\nThe one-eyed statue Eyegore...\nYou have to shoot him with an {COLOR}{GREEN}arrow {COLOR}{WHITE}to\nmake him move...\nBut if you beat him, he almost always\n{COLOR}{YELLOW}drops spare arrows {COLOR}{WHITE}for you!\n"
.string "So don't you worry about running out of\narrows once you've beaten him!\nJust fire away!\n{ACCEPT27}Continue reading {SELECT}That's enough$ Swiftblade's Gossip Column\nArmos, fabled creations of the Minish.\nI hear that they {COLOR}{YELLOW}drop Kinstone pieces{COLOR}{WHITE}\nwhen you beat them!\nOr so it seems...\nBut it's just a rumor...\n{ACCEPT28}Continue reading {SELECT}That's enough$ Swiftblade, Signing Off!\nThat's all the news for you!\nIf you get lonely, just come over\nand spar for a while!\nAnd thanks for reading! I hope you've\nenjoyed it as much as I have.\nAnd now, let me sign off one final time\nwith that oh-so-familiar farewell...\nUntil next time, warriors!!!!$"
.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf4, 0x01, 0x00, 0x00, 0xfc, 0x01, 0x00, 0x00, 0x0a, 0x02, 0x00, 0x00, 0x16, 0x02, 0x00, 0x00, 0x31, 0x02, 0x00, 0x00, 0x4e, 0x02, 0x00, 0x00, 0x4f, 0x02, 0x00, 0x00, 0x5a, 0x02, 0x00, 0x00, 0x60, 0x02, 0x00, 0x00, 0x6d, 0x02, 0x00, 0x00, 0x71, 0x02, 0x00, 0x00, 0x7d, 0x02, 0x00, 0x00, 0x87, 0x02, 0x00, 0x00, 0x99, 0x02, 0x00, 0x00, 0xa6, 0x02, 0x00, 0x00, 0xb4, 0x02, 0x00, 0x00, 0xc2, 0x02, 0x00, 0x00, 0xd0, 0x02, 0x00, 0x00, 0xd9, 0x02, 0x00, 0x00, 0xe7, 0x02, 0x00, 0x00, 0xf2, 0x02, 0x00, 0x00, 0xfd, 0x02, 0x00, 0x00, 0x0b, 0x03, 0x00, 0x00, 0x14, 0x03, 0x00, 0x00, 0x24, 0x03, 0x00, 0x00, 0x37, 0x03, 0x00, 0x00, 0x49, 0x03, 0x00, 0x00, 0x64, 0x03, 0x00, 0x00, 0x70, 0x03, 0x00, 0x00, 0x7d, 0x03, 0x00, 0x00, 0x8a, 0x03, 0x00, 0x00, 0x97, 0x03, 0x00, 0x00, 0xa4, 0x03, 0x00, 0x00, 0xb1, 0x03, 0x00, 0x00, 0xb8, 0x03, 0x00, 0x00, 0xc5, 0x03, 0x00, 0x00, 0xd9, 0x03, 0x00, 0x00, 0xe4, 0x03, 0x00, 0x00, 0xf0, 0x03, 0x00, 0x00, 0xf6, 0x03, 0x00, 0x00, 0x0f, 0x04, 0x00, 0x00, 0x15, 0x04, 0x00, 0x00, 0x22, 0x04, 0x00, 0x00, 0x32, 0x04, 0x00, 0x00, 0x42, 0x04, 0x00, 0x00, 0x51, 0x04, 0x00, 0x00, 0x5f, 0x04, 0x00, 0x00, 0x6e, 0x04, 0x00, 0x00, 0x7c, 0x04, 0x00, 0x00, 0x8b, 0x04, 0x00, 0x00, 0x97, 0x04, 0x00, 0x00, 0x98, 0x04, 0x00, 0x00, 0x99, 0x04, 0x00, 0x00, 0xa7, 0x04, 0x00, 0x00, 0xbb, 0x04, 0x00, 0x00, 0xce, 0x04, 0x00, 0x00, 0xe0, 0x04, 0x00, 0x00, 0xf1, 0x04, 0x00, 0x00, 0x13, 0x05, 0x00, 0x00, 0x36, 0x05, 0x00, 0x00, 0x57, 0x05, 0x00, 0x00, 0x65, 0x05, 0x00, 0x00, 0x73, 0x05, 0x00, 0x00, 0x80, 0x05, 0x00, 0x00, 0x92, 0x05, 0x00, 0x00, 0xa0, 0x05, 0x00, 0x00, 0xad, 0x05, 0x00, 0x00, 0xbb, 0x05, 0x00, 0x00, 0xc8, 0x05, 0x00, 0x00, 0xd2, 0x05, 0x00, 0x00, 0xe2, 0x05, 0x00, 0x00, 0xeb, 0x05, 0x00, 0x00, 0xf9, 0x05, 0x00, 0x00, 0x05, 0x06, 0x00, 0x00, 0x11, 0x06, 0x00, 0x00, 0x1d, 0x06, 0x00, 0x00, 0x2a, 0x06, 0x00, 0x00, 0x35, 0x06, 0x00, 0x00, 0x47, 0x06, 0x00, 0x00, 0x53, 0x06, 0x00, 0x00, 0x5e, 0x06, 0x00, 0x00, 0x6a, 0x06, 0x00, 0x00, 0x72, 0x06, 0x00, 0x00, 0x7a, 0x06, 0x00, 0x00, 0x84, 0x06, 0x00, 0x00, 0x8c, 0x06, 0x00, 0x00, 0x95, 0x06, 0x00, 0x00, 0x9f, 0x06, 0x00, 0x00, 0xa9, 0x06, 0x00, 0x00, 0xb4, 0x06, 0x00, 0x00, 0xbf, 0x06, 0x00, 0x00, 0xc0, 0x06, 0x00, 0x00, 0xcb, 0x06, 0x00, 0x00, 0xda, 0x06, 0x00, 0x00, 0xe2, 0x06, 0x00, 0x00, 0xeb, 0x06, 0x00, 0x00, 0xf1, 0x06, 0x00, 0x00, 0xf7, 0x06, 0x00, 0x00, 0xf8, 0x06, 0x00, 0x00, 0x08, 0x07, 0x00, 0x00, 0x18, 0x07, 0x00, 0x00, 0x34, 0x07, 0x00, 0x00, 0x52, 0x07, 0x00, 0x00, 0x5d, 0x07, 0x00, 0x00, 0x6a, 0x07, 0x00, 0x00, 0x72, 0x07, 0x00, 0x00, 0x80, 0x07, 0x00, 0x00, 0x8a, 0x07, 0x00, 0x00, 0x97, 0x07, 0x00, 0x00, 0xa0, 0x07, 0x00, 0x00, 0xa9, 0x07, 0x00, 0x00, 0xb3, 0x07, 0x00, 0x00, 0xbd, 0x07, 0x00, 0x00, 0xcb, 0x07, 0x00, 0x00, 0xcc, 0x07, 0x00, 0x00, 0xcd, 0x07, 0x00, 0x00, 0xdf, 0x07, 0x00, 0x00, 0xf2, 0x07, 0x00, 0x00, 0x3c, 0x08, 0x00, 0x00, 0x80, 0x08, 0x00, 0x00, 0xc8, 0x08, 0x00, 0x00, 0x14, 0x09, 0x00, 0x00, 0x50, 0x09, 0x00, 0x00, 0x9d, 0x09, 0x00, 0x00, 0xe6, 0x09, 0x00, 0x00
.string "(Empty)$Smith's Sword$White Sword$White Sword (Two Elements)$White Sword (Three Elements)$$Four Sword$Bombs$Remote Bombs$Bow$Light Arrow$Boomerang$Magical Boomerang$Small Shield$Mirror Shield$Flame Lantern$Flame Lantern$Gust Jar$Cane of Pacci$Mole Mitts$Roc's Cape$Pegasus Boots$Fire Rod$Ocarina of Wind$(DEBUG) Mega Crush$(DEBUG) Enemy Set$(DEBUG) Cell Overwrite Set$Power Wrist$Empty Bottle$Empty Bottle$Empty Bottle$Empty Bottle$Empty Bottle$Butter$Lon Lon Milk$Lon Lon Milk (1/2)$Red Potion$Blue Potion$Water$"
.string "Mt. Crenel Mineral Water$Fairy$Red Picolyte$Orange Picolyte$Yellow Picolyte$Green Picolyte$Blue Picolyte$White Picolyte$Nayru's Charm$Farore's Charm$Din's Charm$$$Smith's Blade$Broken Picori Sword$Bottle of Dog Food$Lon Lon Ranch Key$Wake-Up Mushroom$Library Book: A Hyrulean Bestiary$Library Book: Legend of the Picori$Library Book: A History of Masks$Graveyard Key$Tingle Trophy$Carlov Medal$Mysterious Shells$Earth Element$Fire Element$Water Element$Wind Element$Grip Ring$Power Bracelets$Flippers$Map of Hyrule$Spin Attack$Roll Attack$Dash Attack$Rock Breaker$Sword Beam$Great Spin Attack$Down Thrust$Peril Beam$Dungeon Map$Compass$Big Key$Small Key$1 Rupee$5 Rupees$20 Rupees$50 Rupees$100 Rupees$200 Rupees$$Jabber Nut$Kinstone Piece$"
.string "5 Bombs$5 Arrows$Heart$Fairy$$Heart Container$Pieces of Heart$Big Wallet (Increased Size)$Big Bomb Bag (Increased Size)$Big Quiver$Kinstone Bag$Brioche$Slice of Cake$Croissant$Slice of Pie$10 Bombs$30 Bombs$10 Arrows$30 Arrows$Tiger Scrolls$$$Go to Save Screen$Go to Sleep Screen$Spin Attack{COLOR}{GREEN}\n{COLOR}{WHITE}Press and hold your {COLOR}{GREEN}sword\n{COLOR}{WHITE}button. Charge and release!$Roll Attack\nRoll! Then swing your {COLOR}{GREEN}sword\n{COLOR}{WHITE}as you start to get up!$Dash Attack\nEquip your {COLOR}{GREEN}Pegasus Boots\n"
.string "{COLOR}{WHITE}and {COLOR}{GREEN}sword{COLOR}{WHITE}, then dash away!$Rock Breaker{COLOR}{GREEN}\n{COLOR}{WHITE}Break pots with your {COLOR}{GREEN}sword{COLOR}{WHITE}!\nThat's all there is to it!$Sword Beam\nWhen your hearts are full,\nswing your {COLOR}{GREEN}sword{COLOR}{WHITE}!$Great Spin Attack\nPerform a {COLOR}{GREEN}Spin Attack{COLOR}{WHITE}...and\nhit the button repeatedly!$Down Thrust\nEquip the {COLOR}{GREEN}Roc's Cape{COLOR}{WHITE} and\nthe {COLOR}{GREEN}sword{COLOR}{WHITE}!! Jump and swing!$Peril Beam\nWhen you have only one\nheart left, swing the {COLOR}{GREEN}sword{COLOR}{WHITE}!$"
.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x5c, 0x02, 0x00, 0x00, 0x60, 0x02, 0x00, 0x00, 0xaf, 0x02, 0x00, 0x00, 0x31, 0x03, 0x00, 0x00, 0x7f, 0x03, 0x00, 0x00, 0x06, 0x04, 0x00, 0x00, 0x47, 0x04, 0x00, 0x00, 0x0f, 0x05, 0x00, 0x00, 0x6e, 0x05, 0x00, 0x00, 0xdb, 0x05, 0x00, 0x00, 0x19, 0x06, 0x00, 0x00, 0x69, 0x06, 0x00, 0x00, 0xb1, 0x06, 0x00, 0x00, 0x17, 0x07, 0x00, 0x00, 0xa3, 0x07, 0x00, 0x00, 0x10, 0x08, 0x00, 0x00, 0x7c, 0x08, 0x00, 0x00, 0xcf, 0x08, 0x00, 0x00, 0x67, 0x09, 0x00, 0x00, 0x02, 0x0a, 0x00, 0x00, 0x48, 0x0a, 0x00, 0x00, 0xa9, 0x0a, 0x00, 0x00, 0xf8, 0x0a, 0x00, 0x00, 0x43, 0x0b, 0x00, 0x00, 0xa1, 0x0b, 0x00, 0x00, 0x0a, 0x0c, 0x00, 0x00, 0x75, 0x0c, 0x00, 0x00, 0xe0, 0x0c, 0x00, 0x00, 0x5c, 0x0d, 0x00, 0x00, 0x77, 0x0d, 0x00, 0x00, 0x96, 0x0d, 0x00, 0x00, 0x97, 0x0d, 0x00, 0x00, 0x98, 0x0d, 0x00, 0x00, 0xda, 0x0d, 0x00, 0x00, 0x23, 0x0e, 0x00, 0x00, 0x45, 0x0e, 0x00, 0x00, 0x46, 0x0e, 0x00, 0x00, 0x92, 0x0e, 0x00, 0x00, 0xd8, 0x0e, 0x00, 0x00, 0x1b, 0x0f, 0x00, 0x00, 0x64, 0x0f, 0x00, 0x00, 0xd6, 0x0f, 0x00, 0x00, 0x26, 0x10, 0x00, 0x00, 0x7a, 0x10, 0x00, 0x00, 0xcd, 0x10, 0x00, 0x00, 0x23, 0x11, 0x00, 0x00, 0x73, 0x11, 0x00, 0x00, 0xcc, 0x11, 0x00, 0x00, 0x17, 0x12, 0x00, 0x00, 0x68, 0x12, 0x00, 0x00, 0xaf, 0x12, 0x00, 0x00, 0xb0, 0x12, 0x00, 0x00, 0xb1, 0x12, 0x00, 0x00, 0x15, 0x13, 0x00, 0x00, 0x90, 0x13, 0x00, 0x00, 0xd3, 0x13, 0x00, 0x00, 0x1a, 0x14, 0x00, 0x00, 0x68, 0x14, 0x00, 0x00, 0xa2, 0x14, 0x00, 0x00, 0xdd, 0x14, 0x00, 0x00, 0x16, 0x15, 0x00, 0x00, 0x5e, 0x15, 0x00, 0x00, 0xab, 0x15, 0x00, 0x00, 0xff, 0x15, 0x00, 0x00, 0x6c, 0x16, 0x00, 0x00, 0x01, 0x17, 0x00, 0x00, 0x8b, 0x17, 0x00, 0x00, 0x22, 0x18, 0x00, 0x00, 0xc2, 0x18, 0x00, 0x00, 0x23, 0x19, 0x00, 0x00, 0x75, 0x19, 0x00, 0x00, 0xc3, 0x19, 0x00, 0x00, 0xff, 0x19, 0x00, 0x00, 0x86, 0x1a, 0x00, 0x00, 0xeb, 0x1a, 0x00, 0x00, 0x4b, 0x1b, 0x00, 0x00, 0xc2, 0x1b, 0x00, 0x00, 0x5f, 0x1c, 0x00, 0x00, 0xda, 0x1c, 0x00, 0x00, 0x59, 0x1d, 0x00, 0x00, 0xe4, 0x1d, 0x00, 0x00, 0xa2, 0x1e, 0x00, 0x00, 0x23, 0x1f, 0x00, 0x00, 0x56, 0x1f, 0x00, 0x00, 0xbd, 0x1f, 0x00, 0x00, 0xff, 0x1f, 0x00, 0x00, 0x2a, 0x20, 0x00, 0x00, 0x4f, 0x20, 0x00, 0x00, 0x7e, 0x20, 0x00, 0x00, 0xa4, 0x20, 0x00, 0x00, 0xd2, 0x20, 0x00, 0x00, 0xd3, 0x20, 0x00, 0x00, 0x29, 0x21, 0x00, 0x00, 0x78, 0x21, 0x00, 0x00, 0xaa, 0x21, 0x00, 0x00, 0xdb, 0x21, 0x00, 0x00, 0x1f, 0x22, 0x00, 0x00, 0x6a, 0x22, 0x00, 0x00, 0x6b, 0x22, 0x00, 0x00, 0xc0, 0x22, 0x00, 0x00, 0xfa, 0x22, 0x00, 0x00, 0x34, 0x23, 0x00, 0x00, 0x90, 0x23, 0x00, 0x00, 0xcc, 0x23, 0x00, 0x00, 0x5b, 0x24, 0x00, 0x00, 0x97, 0x24, 0x00, 0x00, 0xd6, 0x24, 0x00, 0x00, 0x15, 0x25, 0x00, 0x00, 0x50, 0x25, 0x00, 0x00, 0x86, 0x25, 0x00, 0x00, 0xbc, 0x25, 0x00, 0x00, 0xf1, 0x25, 0x00, 0x00, 0x26, 0x26, 0x00, 0x00, 0x73, 0x26, 0x00, 0x00, 0xb7, 0x26, 0x00, 0x00, 0xfc, 0x26, 0x00, 0x00, 0x6f, 0x27, 0x00, 0x00, 0xda, 0x27, 0x00, 0x00, 0x49, 0x28, 0x00, 0x00, 0x6b, 0x28, 0x00, 0x00, 0x8b, 0x28, 0x00, 0x00, 0xa8, 0x28, 0x00, 0x00, 0xc8, 0x28, 0x00, 0x00, 0xc9, 0x28, 0x00, 0x00, 0x50, 0x29, 0x00, 0x00, 0xdf, 0x29, 0x00, 0x00, 0x29, 0x2a, 0x00, 0x00, 0xa1, 0x2a, 0x00, 0x00, 0xc5, 0x2a, 0x00, 0x00, 0x66, 0x2b, 0x00, 0x00, 0xcc, 0x2b, 0x00, 0x00, 0x1f, 0x2c, 0x00, 0x00, 0x98, 0x2c, 0x00, 0x00, 0xe7, 0x2c, 0x00, 0x00, 0x23, 0x2d, 0x00, 0x00, 0x6f, 0x2d, 0x00, 0x00, 0xcd, 0x2d, 0x00, 0x00, 0x23, 0x2e, 0x00, 0x00, 0x5b, 0x2e, 0x00, 0x00, 0xbd, 0x2e, 0x00, 0x00, 0x50, 0x2f, 0x00, 0x00, 0x7e, 0x2f, 0x00, 0x00, 0xac, 0x2f, 0x00, 0x00, 0xda, 0x2f, 0x00, 0x00, 0x08, 0x30, 0x00, 0x00, 0x4e, 0x30, 0x00, 0x00, 0x67, 0x30, 0x00, 0x00, 0x80, 0x30, 0x00, 0x00, 0x9a, 0x30, 0x00, 0x00, 0xb4, 0x30, 0x00, 0x00, 0xd3, 0x30, 0x00, 0x00
.string "...${SE_UNK12}You got the {COLOR}{GREEN}Smith's Sword{COLOR}{WHITE}! It's a sharp\nblade made by your grandfather.${SE_UNK10}You got the {COLOR}{GREEN}White Sword{COLOR}{WHITE}! Its beautiful\nwhite blade sparkles with light!\nYou can put away your {COLOR}{GREEN}grandfather's\nsword{COLOR}{WHITE} now.${SE_UNK11}The powers of the {COLOR}{GREEN}Earth{COLOR}{WHITE} and {COLOR}{GREEN}Fire\nElements{COLOR}{WHITE} have infused your blade!${SE_UNK11}The power of the {COLOR}{GREEN}Water Element{COLOR}{WHITE}\nhas infused your blade!\nThe power of this {COLOR}{GREEN}element {COLOR}{WHITE}allows you to\n{COLOR}{YELLOW}split into three copies{COLOR}{WHITE}!${SE_UNK11}The power of the {COLOR}{GREEN}Wind Element{COLOR}{WHITE}\nhas infused your blade!\n{UNK_8}$"
.string "{SE_UNK11}With the power of the four elements,\nyour blade has become the {COLOR}{GREEN}Four Sword{COLOR}{WHITE}!\nFocus power in your blade and release\nto fire a beam.\nUse it to break Vaati's curse and\nrestore the people of Hyrule.${SE_UNK10}You got a {COLOR}{GREEN}Bomb Bag{COLOR}{WHITE}!\n\nAnd it has ten {COLOR}{GREEN}bombs{COLOR}{WHITE} in it!\nNow you can blow up lots of stuff!${SE_UNK10}You got a {COLOR}{GREEN}Remote Bomb{COLOR}{WHITE}!\n\nPress the button to place a bomb, then\npress the button again to detonate it.${SE_UNK10}You got a {COLOR}{GREEN}bow{COLOR}{WHITE}! Now you can take\nout enemies from afar!$You got the {COLOR}{GREEN}Light Arrow{COLOR}{WHITE}! Now, you can\nfire arrows filled with sacred light!$You got a {COLOR}{GREEN}boomerang{COLOR}{WHITE}! This well-\ncrafted weapon returns when thrown!$You got the {COLOR}{GREEN}Magical Boomerang{COLOR}{WHITE}!\n\n"
.string "Hold the button you threw it with and\nuse {DPAD} to control its path!${SE_UNK11}Princess Zelda gave you a {COLOR}{GREEN}small shield{COLOR}{WHITE}!\n\nHold the button to protect yourself.\n\n...It IS a little embarrassing, though.\nIt's so tiny!${SE_UNK11}You got the {COLOR}{GREEN}Mirror Shield{COLOR}{WHITE}!\n\nThis mighty shield shines like a mirror.\nUse it to reflect enemy attacks!$You got the {COLOR}{GREEN}Flame Lantern{COLOR}{WHITE}!\n\nThis handy item lights up the night!\nPress the button to turn it on or off.$Flame Lantern (Fire)\n\nOn your Items screen, equip it to either\n{BUTTON_A} or {BUTTON_B} to use it!${SE_UNK10}You got the {COLOR}{GREEN}Gust Jar{COLOR}{WHITE}!\n\nHold the button to draw things in,\nand release it to fire them out!\nSet it to {BUTTON_A} or {BUTTON_B} on the {COLOR}{YELLOW}Items screen{COLOR}{WHITE}\nto use it!${SE_UNK10}You got the {COLOR}{GREEN}Cane of Pacci{COLOR}{WHITE}!\n\nThis mystical rod has the power to\nflip things over.\nUse it to charge up energy in holes\n"
.string "and then flip up on out of it!${SE_UNK10}You got the {COLOR}{GREEN}Mole Mitts{COLOR}{WHITE}! Dig, dig,\ndig to your heart's content!${SE_UNK10}You got the {COLOR}{GREEN}Roc's Cape{COLOR}{WHITE}!\n\nJump with the greatest of ease!\nHold the button to jump farther.${SE_UNK10}You got the {COLOR}{GREEN}Pegasus Boots{COLOR}{WHITE}! Hold the\nbutton to run faster than the wind!${SE_UNK10}You got the {COLOR}{GREEN}Fire Rod{COLOR}{WHITE}! This mystical rod\nshoots forth mighty flames.${SE_UNK10}You got the {COLOR}{GREEN}Ocarina of Wind{COLOR}{WHITE}!\n\nNorth, south, east, and west are\nall just a breath away!$You got a {COLOR}{GREEN}Piece of Heart{COLOR}{WHITE}!\n\nCollect four to make a new Heart\nContainer for even more {COLOR}{YELLOW}life energy{COLOR}{WHITE}!$"
.string "You got a {COLOR}{GREEN}Piece of Heart{COLOR}{WHITE}!\n\nNow you have two pieces. {COLOR}{YELLOW}Collect two\nmore{COLOR}{WHITE} to increase your life energy!$You got a {COLOR}{GREEN}Piece of Heart{COLOR}{WHITE}!\n\nYou now have three. {COLOR}{YELLOW}Collect just one\nmore{COLOR}{WHITE} to increase your life energy!$You got a {COLOR}{GREEN}Piece of Heart{COLOR}{WHITE}!\n\nYou completed a new Heart Container!\n\n{COLOR}{YELLOW}Your life energy has been replenished\nand increased!$You swapped for {COLOR}{GREEN}bombs{COLOR}{WHITE}!$You bought a {COLOR}{GREEN}small shield{COLOR}{WHITE}!$$$You got an {COLOR}{GREEN}empty bottle{COLOR}{WHITE}!\nUse it to store all sorts of things.$Your Lon Lon Milk turned into {COLOR}{GREEN}butter{COLOR}{WHITE}!\nIt's very fresh and delicious!${SE_UNK10}You got some {COLOR}{GREEN}Lon Lon Milk{COLOR}{WHITE}!$${SE_UNK10}You got a {COLOR}{GREEN}red potion{COLOR}{WHITE}! Drink it to\nreplenish all of your life energy!${SE_UNK10}You got a {COLOR}{GREEN}blue potion{COLOR}{WHITE}! Drink it to\n"
.string "replenish your life energy.$You put {COLOR}{GREEN}water{COLOR}{WHITE} in your bottle!\nSprinkle it on different things!${SE_UNK10}You put {COLOR}{GREEN}Mt. Crenel Mineral Water{COLOR}{WHITE} in your\nbottle! It's piping hot!$You caught a {COLOR}{GREEN}fairy{COLOR}{WHITE} in your bottle!\n\nThis winged friend will come to your\naid if your life energy is depleted.${SE_UNK10}You got some {COLOR}{GREEN}Red Picolyte{COLOR}{WHITE}! If you use\nit, you might find lots of hearts!${SE_UNK10}You got some {COLOR}{GREEN}Orange Picolyte{COLOR}{WHITE}! If you\nuse it, you might find lots of fairies!${SE_UNK10}You got some {COLOR}{GREEN}Yellow Picolyte{COLOR}{WHITE}! If you use\nit, you might find lots of Rupees!${SE_UNK10}You got some {COLOR}{GREEN}Green Picolyte{COLOR}{WHITE}! If you\n"
.string "use it, you might find lots of {COLOR}{GREEN}shells{COLOR}{WHITE}!${SE_UNK10}You got some {COLOR}{GREEN}Blue Picolyte{COLOR}{WHITE}! If you use\nit, you might find lots of items!${SE_UNK10}You got some {COLOR}{GREEN}White Picolyte{COLOR}{WHITE}! If you use\nit, you might find lots of {COLOR}{GREEN}Kinstones{COLOR}{WHITE}!${SE_UNK10}You got {COLOR}{GREEN}Nayru's Charm{COLOR}{WHITE}! Your guard\nwill be strengthened for a while!${SE_UNK10}You got {COLOR}{GREEN}Farore's Charm{COLOR}{WHITE}! Your power and\nguard will be boosted for a while!${SE_UNK10}You got {COLOR}{GREEN}Din's Charm{COLOR}{WHITE}! Your strength will\nbe boosted for a while!$$${SE_UNK10}You accepted the {COLOR}{GREEN}Smith's Sword{COLOR}{WHITE}!\n\nMake sure you don't lose this extremely\n"
.string "important delivery!${SE_UNK12}You accepted the {COLOR}{GREEN}Broken Picori Blade{COLOR}{WHITE}!\n\nThis is part of the sword needed to\nreforge the sacred sword. Don't lose it!${SE_UNK10}You got {COLOR}{GREEN}a bottle of dog food{COLOR}{WHITE}!\nNow, head out on your errand!${SE_UNK10}You got the {COLOR}{GREEN}Lon Lon Ranch key{COLOR}{WHITE}!\nNow you can open the ranch door!${SE_UNK10}You got a {COLOR}{GREEN}wake-up mushroom{COLOR}{WHITE}! Its nasty\nstench chases away the sleepies!${SE_UNK10}You got a library book called\n{COLOR}{GREEN}A Hyrulean Bestiary{COLOR}{WHITE}!${SE_UNK10}You got a library book called\n{COLOR}{GREEN}Legend of the Picori{COLOR}{WHITE}!${SE_UNK10}You got a library book called\n{COLOR}{GREEN}A History of Masks{COLOR}{WHITE}!$"
.string "{SE_UNK10}You got the {COLOR}{GREEN}graveyard key{COLOR}{WHITE}! Now, you\ncan open the graveyard gate!${SE_UNK10}You got the {COLOR}{GREEN}graveyard key {COLOR}{WHITE}back! Now,\nyou can open the graveyard gate!$You got a {COLOR}{GREEN}Mysterious Shell{COLOR}{WHITE}! Don't know\nwhat it's for, but hang on to it anyway!$You've got {STR_VAR_1} {COLOR}{GREEN}Mysterious Shells{COLOR}{WHITE}!\n\nI'm not sure what they're for, but\nlet's just hold on to them for now.${SE_UNK10}You got the {COLOR}{GREEN}Earth Element{COLOR}{WHITE}!\n\nThe power of the earth is the\nsource of all living things.\nThe {COLOR}{GREEN}Earth Element{COLOR}{WHITE} is the embodiment\nof that power.${SE_UNK11}You got the{COLOR}{GREEN} Fire Element{COLOR}{WHITE}!\n\n"
.string "Flames bring light to darkness and\nwarmth to all.\nThe {COLOR}{GREEN}Fire Element{COLOR}{WHITE} is the embodiment\nof that power.${SE_UNK10}You got the{COLOR}{GREEN} Water Element{COLOR}{WHITE}!\n\nWater quenches thirst, ends drought,\nand nourishes life.{COLOR}{YELLOW}\n{COLOR}{WHITE}The {COLOR}{GREEN}Water Element{COLOR}{WHITE} is the embodiment of\nthat power.${SE_UNK10}You got the{COLOR}{GREEN} Wind Element{COLOR}{WHITE}!\n\nThe wind carries the seeds of flowers,\nscattering life across the land.\nThe {COLOR}{GREEN}Wind Element{COLOR}{WHITE} is the embodiment of\nthat power.${SE_UNK10}You got the{COLOR}{GREEN} Grip Ring{COLOR}{WHITE}!\n\n"
.string "Now, you can easily climb cliffs that\nyou could not scale before.${SE_UNK10}You got the{COLOR}{GREEN} Power Bracelets{COLOR}{WHITE}! You're\nfilled with strength, even while tiny!$You got the {COLOR}{GREEN}flippers{COLOR}{WHITE}! Press {BUTTON_A} to glide\nthrough the water and {BUTTON_B} to dive!${SE_UNK10}You got a {COLOR}{GREEN}map of Hyrule{COLOR}{WHITE}!\nNow, you'll never get lost!${SE_UNK10}You learned the secret {COLOR}{GREEN}Spin Attack{COLOR}{WHITE}\nfighting technique!\nThis is the first sword technique you've\nlearned from Master Swiftblade!${SE_UNK10}You learned the secret {COLOR}{GREEN}Roll Attack{COLOR}{WHITE}\nfighting technique!\nSlay with one stroke! Aim and release!${SE_UNK10}You learned the{COLOR}{GREEN} {COLOR}{WHITE}secret {COLOR}{GREEN}Dash Attack{COLOR}{WHITE}\nfighting technique!\nRun like the wind and attack!${SE_UNK10}You learned the secret {COLOR}{GREEN}Rock Breaker{COLOR}{WHITE}\nfighting technique!\nShatter pots and pulverize boulders\nwith a single blow!$"
.string "{SE_UNK10}You learned the{COLOR}{GREEN} {COLOR}{WHITE}secret {COLOR}{GREEN}Sword Beam{COLOR}{WHITE}\nfighting technique!\nFire beams from the tip of your blade!\n\nYou can only do this when your life\nenergy is full.${SE_UNK10}You learned the{COLOR}{GREEN} {COLOR}{WHITE}secret {COLOR}{GREEN}Great Spin\nAttack {COLOR}{WHITE}fighting technique!\nThis is it! At last! The ultimate sword\ntechnique!${SE_UNK10}You learned the secret {COLOR}{GREEN}Down Thrust{COLOR}{WHITE}\nfighting technique!\nThrust down with your blade from\nmidair with this mighty attack!${SE_UNK10}You learned the{COLOR}{GREEN} {COLOR}{WHITE}secret {COLOR}{GREEN}Peril Beam{COLOR}{WHITE}\nfighting technique!\nRelease a mighty beam from the tip of\nyour blade! Use it in dire moments!$"
.string "{SE_UNK10}You found a{COLOR}{GREEN} dungeon map{COLOR}{WHITE}!\nCheck it on your {COLOR}{YELLOW}Map screen{COLOR}{WHITE}.\nLighter rooms are ones you've visited.\nThe blinking room is your location.\nPress Up or Down on {DPAD} to\ncheck different floors.$You got the {COLOR}{GREEN}compass{COLOR}{WHITE}! Use it to find the\nlocations of hidden items.{COLOR}{YELLOW}\n{COLOR}{WHITE}Press START and then {LEFT} or {RIGHT} to\nview the Map screen.$You got the {COLOR}{GREEN}Big Key{COLOR}{WHITE}!\nUse it to open big doors!$You got a {COLOR}{GREEN}small key{COLOR}{WHITE}!\n\nUse it to open locked doors and blocks.\nYou can use it only in this dungeon.$"
.string "You got {COLOR}{GREEN}1 Rupee{COLOR}{WHITE}. It's green! Don't\nspend it all in one place!$You got {COLOR}{GREEN}5 Rupees{COLOR}{WHITE}! That's kind of nice.$You got {COLOR}{GREEN}20 Rupees{COLOR}{WHITE}!\nThat's great.$You got {COLOR}{GREEN}50 Rupees{COLOR}{WHITE}!\nYou must be very happy!$You got {COLOR}{GREEN}100 Rupees{COLOR}{WHITE}!\nHow exciting!$You got {COLOR}{GREEN}200 Rupees{COLOR}{WHITE}!\nYour face is beaming!$${SE_UNK10}You ate the{COLOR}{GREEN} Jabber Nut{COLOR}{WHITE}! Now you can\nunderstand the language of the {COLOR}{RED}Minish{COLOR}{WHITE}.$You got a {COLOR}{GREEN}Kinstone piece{COLOR}{WHITE}! These mystic\nstones are said to bring happiness.$You got 5 {COLOR}{GREEN}bombs{COLOR}{WHITE}! Store them in your\nbomb bag!$You got 5 {COLOR}{GREEN}arrows{COLOR}{WHITE}!\n"
.string "Store them in your quiver.$You got a {COLOR}{GREEN}heart{COLOR}{WHITE}! These replenish\nyour life energy a little bit.$You found a {COLOR}{GREEN}fairy{COLOR}{WHITE}. This reliable ally\nwill replenish your life energy!$$You got a {COLOR}{GREEN}Heart Container{COLOR}{WHITE}!\n\nYour life energy has increased and\nbeen replenished!$You got a {COLOR}{GREEN}big bomb bag{COLOR}{WHITE}! Now you can\ncarry more bombs!$You got a {COLOR}{GREEN}big wallet{COLOR}{WHITE}! Now, you can\ncarry more Rupees!${SE_UNK11}You got a {COLOR}{GREEN}bigger bomb bag{COLOR}{WHITE}!\n\nNow, you can carry more bombs!\nLet's blow up everything!$You got a {COLOR}{GREEN}large quiver{COLOR}{WHITE}! Now, you can\ncarry more arrows!${SE_UNK10}You got a {COLOR}{GREEN}Kinstone bag{COLOR}{WHITE}! You can now\n"
.string "carry {COLOR}{GREEN}Kinstone pieces {COLOR}{WHITE}with you.\nPress START to view its contents from\nyour Quest Status screen.$You bought a {COLOR}{GREEN}brioche{COLOR}{WHITE}! It looks so\ncrusty and delicious!$You bought a {COLOR}{GREEN}croissant{COLOR}{WHITE}! It looks so\nbuttery and delicious!$You bought a {COLOR}{GREEN}slice of pie{COLOR}{WHITE}! One bite,\nand you're in heaven!$You bought a {COLOR}{GREEN}slice of cake{COLOR}{WHITE}!\nTime to get your snack on!$You bought 10{COLOR}{GREEN} bombs{COLOR}{WHITE}!\nStore them in your bomb bag!$You bought 30{COLOR}{GREEN} bombs{COLOR}{WHITE}!\nStore them in your bomb bag!$You bought 10 {COLOR}{GREEN}arrows{COLOR}{WHITE}!\nStore them in your quiver!$You bought 30{COLOR}{GREEN} arrows{COLOR}{WHITE}!\n"
.string "Store them in your quiver!$You caught a {COLOR}{GREEN}Joy Butterfly{COLOR}{WHITE}! You can\nnow shoot arrows faster than before.$You caught a {COLOR}{GREEN}Joy Butterfly{COLOR}{WHITE}! You can\nnow dig faster than before!$You caught a {COLOR}{GREEN}Joy Butterfly{COLOR}{WHITE}! You can\nnow swim faster than before!$This is it! You {COLOR}{GREEN}sped up your\nGreat Spin Attack charge{COLOR}{WHITE}!\nYou won't have to hold the button\ndown as long anymore!$This is it! Your {COLOR}{GREEN}Split Gauge {COLOR}{WHITE}has\nbeen {COLOR}{GREEN}sped up{COLOR}{WHITE}!\nYour sword gauge will fill with power\nmore quickly!$This is it! Your {COLOR}{GREEN}Great Spin Attack\nrotation time {COLOR}{WHITE}has {COLOR}{GREEN}increased{COLOR}{WHITE}!\n"
.string "Spin around and smash enemies to bits!$You got {STR_VAR_1} {COLOR}{GREEN}Mysterious Shells{COLOR}{WHITE}!$You got a {COLOR}{GREEN}Mysterious Shell{COLOR}{WHITE}!$Your {COLOR}{GREEN}shield{COLOR}{WHITE} was stolen!\n$You recovered your {COLOR}{GREEN}shield{COLOR}{WHITE}!\n$${SE_UNK10}Welcome to the adventurer's spring...\n\nI have need of many Rupees... Please,\nthrow all of yours into the spring.\n{SELECT7C}Sure {SELECT7D}No way${SE_UNK10}{SE_UNK10}Really?\n\nYou know that, if you do this, you will\nhave absolutely no Rupees left, right?\nWill you really throw them all in?\n{SELECT7E}Yes {SELECT7D}No${SE_UNK10}{SE_UNK10}I see. Then I will wait for the next\nadventurer who comes my way...${SE_UNK10}You are most kind. I do not\n"
.string "really need your Rupees.\nBut I must reward such a kind\nadventurer with some of my power.${SE_UNK10}May light shine on your quest...${SE_UNK10}Welcome to the adventurer's spring...\n\nDid you throw the {COLOR}{GREEN}Golden Bomb{COLOR}{WHITE} into\nthe spring? Or the {COLOR}{GREEN}Silver Bomb{COLOR}{WHITE}?\n{SELECT2}Golden Bomb {SELECT2}Silver Bomb\n{SELECT3}Neither${SE_UNK10}You're lying, aren't you?\n\nAs punishment for your lie, I will reduce\nyour number of bombs to zero.${SE_UNK10}You are honest.\n\nI must reward such an honest\nadventurer with some of my power.${SE_UNK10}Welcome to the adventurer's spring.\n\n"
.string "Would you tell me of the things you've\nseen on your adventures?\n{SELECT}Yes {SELECT}Not now${SE_UNK10}The first element you found was the\nFire Element, was it not?\n{SELECT8A}Yes {SELECT8C}No${SE_UNK10}Your grandfather's name is Smee,\nisn't it?\n{SELECT8A}Yes {SELECT8D}No${SE_UNK10}Melari of Mount Crenel has seven\napprentices, does he not?\n{SELECT8E}Yes {SELECT8A}No${SE_UNK10}The Blabber Nut gives one the ability\nto understand the Minish, does it not?\n{SELECT8A}Yes {SELECT8F}No${SE_UNK10}The robe of the current king of Hyrule,\nDaltus, is white, is it not?\n{SELECT8A}Yes {SELECT8B}No${SE_UNK10}Thank you. Then please just\n"
.string "answer my questions.\n{UNK_7}${SE_UNK10}You have lied to me.\n\nAs punishment for your lie, I will reduce\nyour number of arrows to zero.${SE_UNK10}I see. Thank you for telling me about\nyour quest. You remember it all so well.\nSuch a faithful memory should be\nrewarded with some of my power.${SE_UNK10}Yes, I see.\nNow for the next question.\n{UNK_9}${SE_UNK10}Yes, I see.\nNow for the next question.\n{UNK_10}${SE_UNK10}Yes, I see.\nNow for the next question.\n{UNK_11}${SE_UNK10}Yes, I see.\nNow for the next question.\n{UNK_12}${SE_UNK10}Welcome to the adventurer's spring...\nLet me rest your weary body.$You bought 10{COLOR}{GREEN} bombs{COLOR}{WHITE}!$You bought 30{COLOR}{GREEN} bombs{COLOR}{WHITE}!$You bought 10 {COLOR}{GREEN}arrows{COLOR}{WHITE}!$You bought 30 {COLOR}{GREEN}arrows{COLOR}{WHITE}!$You got the {COLOR}{GREEN}Tingle Trophy{COLOR}{WHITE}!$You got the {COLOR}{GREEN}Carlov Medal{COLOR}{WHITE}!$"
.byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x94, 0x01, 0x00, 0x00, 0x95, 0x01, 0x00, 0x00, 0xa7, 0x01, 0x00, 0x00, 0xde, 0x01, 0x00, 0x00, 0x08, 0x02, 0x00, 0x00, 0x20, 0x02, 0x00, 0x00, 0x36, 0x02, 0x00, 0x00, 0x48, 0x02, 0x00, 0x00, 0x7b, 0x02, 0x00, 0x00, 0x87, 0x02, 0x00, 0x00, 0xa9, 0x02, 0x00, 0x00, 0xef, 0x02, 0x00, 0x00, 0x22, 0x03, 0x00, 0x00, 0x43, 0x03, 0x00, 0x00, 0x64, 0x03, 0x00, 0x00, 0xad, 0x03, 0x00, 0x00, 0xbb, 0x03, 0x00, 0x00, 0xe3, 0x03, 0x00, 0x00, 0xfa, 0x03, 0x00, 0x00, 0x0b, 0x04, 0x00, 0x00, 0x34, 0x04, 0x00, 0x00, 0x42, 0x04, 0x00, 0x00, 0x53, 0x04, 0x00, 0x00, 0x88, 0x04, 0x00, 0x00, 0xc3, 0x04, 0x00, 0x00, 0xc4, 0x04, 0x00, 0x00, 0xc5, 0x04, 0x00, 0x00, 0xc6, 0x04, 0x00, 0x00, 0xf2, 0x04, 0x00, 0x00, 0x8d, 0x05, 0x00, 0x00, 0xe4, 0x05, 0x00, 0x00, 0xe5, 0x05, 0x00, 0x00, 0x29, 0x06, 0x00, 0x00, 0x5e, 0x06, 0x00, 0x00, 0x94, 0x06, 0x00, 0x00, 0x95, 0x06, 0x00, 0x00, 0x96, 0x06, 0x00, 0x00, 0x97, 0x06, 0x00, 0x00, 0x98, 0x06, 0x00, 0x00, 0x99, 0x06, 0x00, 0x00, 0x9a, 0x06, 0x00, 0x00, 0x9b, 0x06, 0x00, 0x00, 0x9c, 0x06, 0x00, 0x00, 0x9d, 0x06, 0x00, 0x00, 0x9e, 0x06, 0x00, 0x00, 0x9f, 0x06, 0x00, 0x00, 0xa0, 0x06, 0x00, 0x00, 0xa1, 0x06, 0x00, 0x00, 0xa2, 0x06, 0x00, 0x00, 0xa3, 0x06, 0x00, 0x00, 0xa4, 0x06, 0x00, 0x00, 0xa5, 0x06, 0x00, 0x00, 0xa6, 0x06, 0x00, 0x00, 0xa7, 0x06, 0x00, 0x00, 0xa8, 0x06, 0x00, 0x00, 0xa9, 0x06, 0x00, 0x00, 0xaa, 0x06, 0x00, 0x00, 0xab, 0x06, 0x00, 0x00, 0xac, 0x06, 0x00, 0x00, 0xad, 0x06, 0x00, 0x00, 0xae, 0x06, 0x00, 0x00, 0xaf, 0x06, 0x00, 0x00, 0xb2, 0x06, 0x00, 0x00, 0xb7, 0x06, 0x00, 0x00, 0xc6, 0x06, 0x00, 0x00, 0xdc, 0x06, 0x00, 0x00, 0xe2, 0x06, 0x00, 0x00, 0xf5, 0x06, 0x00, 0x00, 0xfa, 0x06, 0x00, 0x00, 0xfb, 0x06, 0x00, 0x00, 0xfc, 0x06, 0x00, 0x00, 0xfd, 0x06, 0x00, 0x00, 0x4f, 0x07, 0x00, 0x00, 0x50, 0x07, 0x00, 0x00, 0x51, 0x07, 0x00, 0x00, 0x52, 0x07, 0x00, 0x00, 0x53, 0x07, 0x00, 0x00, 0x54, 0x07, 0x00, 0x00, 0x55, 0x07, 0x00, 0x00, 0x56, 0x07, 0x00, 0x00, 0x57, 0x07, 0x00, 0x00, 0x58, 0x07, 0x00, 0x00, 0x59, 0x07, 0x00, 0x00, 0x5a, 0x07, 0x00, 0x00, 0x5b, 0x07, 0x00, 0x00, 0x5c, 0x07, 0x00, 0x00, 0x5d, 0x07, 0x00, 0x00, 0x5e, 0x07, 0x00, 0x00, 0x92, 0x07, 0x00, 0x00, 0x93, 0x07, 0x00, 0x00, 0x94, 0x07, 0x00, 0x00, 0x95, 0x07, 0x00, 0x00, 0x96, 0x07, 0x00, 0x00, 0x97, 0x07, 0x00, 0x00, 0x98, 0x07, 0x00, 0x00, 0x99, 0x07, 0x00, 0x00, 0x9a, 0x07, 0x00, 0x00, 0x9b, 0x07, 0x00, 0x00, 0x9c, 0x07, 0x00, 0x00, 0x9d, 0x07, 0x00, 0x00, 0x9e, 0x07, 0x00, 0x00, 0x00
.string "{T_07} Hyrule Castle${T_07} Hyrule Castle\n{T_09} Hyrule Town {T_0A} Minish Woods$Crenel Wall\n(Watch out for falling rocks)$Dangerous - No Climbing$Syrup the Witch's Hut$No bomb throwing!${T_07} Hyrule Town\n{T_09} Castor Wilds {T_0A} Minish Woods$Hyrule Town${T_07} Royal Valley\n{T_09} Mount Crenel${T_07} Cast"
gUnk_089B9555:: @ 089B9555
.string "or Wilds "
.string "Danger!\n"
@ -393,10 +747,134 @@ gUnk_089B9555:: @ 089B9555
.string "A Minish living in Minish Village. He\n"
.string "speaks some human languages. He sees\n"
.string "that {PLAYER} is human with one look.\n"
.string "He's "
gUnk_089BBBBB:: @ 089BBBBB
.incbin "baserom.gba", 0x9BBBBB, 0x0001111
.string "He's a bit of a human enthusiast.$"
.string "The elder of the Forest Minish. He has\n"
.string "lived among humans for a long time. He\n"
.string "knows where the four elements are. He\n"
.string "has a twin brother in Hyrule's library.$"
.string "Not visible to the eyes of adults, they\n"
.string "delight in making humans happy by\n"
.string "hiding helpful items and Rupees under\n"
.string "grass and rocks all over the world.$"
.string "This Town Minish elder is Gentari's\n"
.string "twin brother. Those large wings that he\n"
.string "is so proud of are trophies from a duel\n"
.string "with a cucco as a young Minish.$"
.string "These Minish like humans so much that\n"
.string "they moved from Minish Village into\n"
.string "Hyrule itself! They try to make humans\n"
.string "happy, but it sometimes backfires.$"
.string "He lives with his seven apprentices in\n"
.string "Mount Crenel, which contains all the\n"
.string "mineral riches they will ever need.\n"
.string "He seems gruff, but he's trustworthy.$"
.string "These seven students followed Melari\n"
.string "from Minish Village to Mount Crenel.\n"
.string "Their song is actually a sign that they\n"
.string "are full-fledged Mountain Minish now.$"
.string "These rock- and iron-eaters once\n"
.string "lived on Mount Crenel in Western\n"
.string "Hyrule. Now their numbers are few, and\n"
.string "they live quietly in a cave.$"
.string "Before he became a sorcerer, he was\n"
.string "a simple Minish. He had always been\n"
.string "entranced by the evil that lives in\n"
.string "the hearts of men...$"
.string "These vassals serve the king of\n"
.string "Hyrule. They are loyal and diligent.\n"
.string "Like the king himself, they are\n"
.string "courteous yet frank.$"
.string "The Royal Hyrule Library. Although\n"
.string "the library is well loved, many forget\n"
.string "to return their books, causing no end\n"
.string "of trouble for the librarians.$"
.string "All of these self-trained swordsmen\n"
.string "have won the fighting tournament at\n"
.string "the Picori Festival before. They see\n"
.string "great potential in {PLAYER}.$"
.string "This couple bakes bread in Hyrule.\n"
.string "Their tasty pastries hold a secret...\n"
.string "If you're extra lucky, there'll\n"
.string "be a helpful item hidden inside!$"
.string "This is where all the children of Hyrule\n"
.string "learn. {PLAYER} and Princess Zelda\n"
.string "studied here, too. The two teachers\n"
.string "are twins named Tina and Dina.$"
.string "This is the best place in town to relax.\n"
.string "You can also pick up some good tips,\n"
.string "from the latest gossip to observations\n"
.string "about the world.$"
.string "This generous inn gives a gift to\n"
.string "every guest who stays the night.\n"
.string "Guests can unwind in the lobby on\n"
.string "the second floor.$"
.string "Zill's the one with the drippy nose. He\n"
.string "likes to wander around town with his\n"
.string "friends. He knows a lot about Hyrule,\n"
.string "and he might even give you some tips!$"
.string "These carpenters may be rough around\n"
.string "the edges, but they do good work.\n"
.string "They may seem tough, but they're\n"
.string "in touch with their feminine side.$"
.string "Romio and Julietta grew up next door\n"
.string "to one another. They're dating now,\n"
.string "but they plan to marry once they get\n"
.string "their pets' approval.$"
.string "Carlov's Peaceful Hyrule\n"
.string "Scenery Series No. 1$"
.string "Carlov's Peaceful Hyrule\n"
.string "Scenery Series No. 2$"
.string "Carlov's Peaceful Hyrule\n"
.string "Scenery Series No. 3$"
.string "With a boisterous crow and a cute\n"
.string "crest, these feathered friends\n"
.string "are the most popular pets in Hyrule.\n"
.string "The baby chicks like small bugs.$"
.string "This small ranch lies just outside\n"
.string "Hyrule Town. Father-and-daughter\n"
.string "team Talon and Malon run it, and they\n"
.string "sell the finest milk in Hyrule!$"
.string "The people who built the Wind Ruins.\n"
.string "They now live above the clouds,\n"
.string "suspended by their own magic ability\n"
.string "to control the wind.$"
.string "An old man plagued by an evil spirit.\n"
.string "Coming to his aid will bring you benefit\n"
.string "in the end, so if you meet him, you must\n"
.string "find a way to help him.$"
.string "Tingle (in green) and his twin younger\n"
.string "brothers Ankle (in purple) and Knuckle\n"
.string "(in blue). They believe fusing Kinstones\n"
.string "will help them meet fairies, so they are\n"
.string "recording Kinstone data on their maps.\n"
.string "David Jr. is not technically a relative.$"
.string "The Hyrulean vegetables grown in their\n"
.string "fields are exquisitely delicious.\n"
.string "Apparently, Brocco sells the best\n"
.string "of their crops.$"
.string "This Goron appears when you\n"
.string "successfully fuse certain Kinstone\n"
.string "pieces. He will sell you expensive,\n"
.string "but rare, Kinstone pieces.$"
.string "Ghosts from the Royal Valley. The one\n"
.string "in the blue cap is Spookter, and the\n"
.string "one in the red cap is Spekter. Spookter\n"
.string "tries to be scary, but he's just not.$"
.string "Appears in Minish dungeons.\n"
.string "They drop from the ceiling\n"
.string "unexpectedly. They are slow, so take\n"
.string "your time, and defeat them one by one.$"
.string "Appears in Minish roads & dungeons.\n"
.string "These monsters have sharp mandibles.\n"
.string "Hit them when they shoot these away.\n"
.string "Avoid their attacks to get in close.$"
.string "Appears in Minish roads.\n"
.string "They come out of the ground when they\n"
.string "sense prey. If you get swallowed, you'll\n"
.string "take damage and get all dirty!\n"
.string "Watch out, because when you're all\n"
.string "dirty, Pestos will come after you.$"
.string "Appears in dungeon"
gUnk_089BCCCC:: @ 089BCCCC
.incbin "baserom.gba", 0x9BCCCC, 0x0000CCC

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

BIN
tmc.ss1 Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB