diff options
Diffstat (limited to 'data/data_83F5738.s')
-rw-r--r-- | data/data_83F5738.s | 37 |
1 files changed, 20 insertions, 17 deletions
diff --git a/data/data_83F5738.s b/data/data_83F5738.s index db34735d9..b7b09e748 100644 --- a/data/data_83F5738.s +++ b/data/data_83F5738.s @@ -344,29 +344,32 @@ gText_BattleSwitchWhich:: @ 83FE7A0 gUnknown_83FE80C:: @ 83FE80C .incbin "baserom.gba", 0x3FE80C, 0x10 -gUnknown_83FE81C:: @ 83FE81C - .incbin "baserom.gba", 0x3FE81C, 0xE +gText_HighlightRed_Left:: @ 83FE81C + .string "{HIGHLIGHT RED}Left: $" -gText_Sleep:: @ 83FE82A - .incbin "baserom.gba", 0x3FE82A, 0x6 +gText_HighlightRed:: + .string "{HIGHLIGHT RED}$" -gText_Poison:: @ 83FE830 - .incbin "baserom.gba", 0x3FE830, 0x7 +gText_Sleep:: + .string "sleep$" -gText_Burn:: @ 83FE837 - .incbin "baserom.gba", 0x3FE837, 0x5 +gText_Poison:: + .string "poison$" -gText_Paralysis:: @ 83FE83C - .incbin "baserom.gba", 0x3FE83C, 0xA +gText_Burn:: + .string "burn$" -gText_Ice:: @ 83FE846 - .incbin "baserom.gba", 0x3FE846, 0x4 +gText_Paralysis:: + .string "paralysis$" -gText_Confusion:: @ 83FE84A - .incbin "baserom.gba", 0x3FE84A, 0xA - -gText_Love:: @ 83FE854 - .incbin "baserom.gba", 0x3FE854, 0x5 +gText_Ice:: + .string "ice$" + +gText_Confusion:: + .string "confusion$" + +gText_Love:: + .string "love$" gUnknown_83FE859:: @ 83FE859 .incbin "baserom.gba", 0x3FE859, 0x3 |