pokecrystal-board/text/battle.asm

1297 lines
18 KiB
NASM
Raw Normal View History

2013-05-12 03:38:49 -07:00
BattleText_0x80730: ; 0x80730
2014-03-05 21:45:28 -08:00
text $52, " picked up"
line "¥@"
deciram wPayDayMoney, $36
2014-03-05 21:45:28 -08:00
text "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80746
WildPokemonAppearedText: ; 0x80746
2014-03-05 21:45:28 -08:00
text "Wild @"
text_from_ram EnemyMonNick
text ""
2014-03-05 21:45:28 -08:00
line "appeared!"
prompt
2013-05-12 03:38:49 -07:00
; 0x8075c
HookedPokemonAttackedText: ; 0x8075c
2014-03-05 21:45:28 -08:00
text "The hooked"
line "@"
text_from_ram EnemyMonNick
2014-03-05 21:45:28 -08:00
text $55
db "attacked!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80778
PokemonFellFromTreeText: ; 0x80778
text_from_ram EnemyMonNick
2014-03-05 21:45:28 -08:00
text " fell"
line "out of the tree!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80793
WildCelebiAppearedText: ; 0x80793
2014-03-05 21:45:28 -08:00
text "Wild @"
text_from_ram EnemyMonNick
text ""
2014-03-05 21:45:28 -08:00
line "appeared!"
prompt
2013-05-12 03:38:49 -07:00
; 0x807a9
WantsToBattleText:: ; 0x807a9
2014-03-05 21:45:28 -08:00
text $3f
line "wants to battle!"
prompt
2013-05-12 03:38:49 -07:00
; 0x807bd
BattleText_0x807bd: ; 0x807bd
2014-03-05 21:45:28 -08:00
text "Wild @"
text_from_ram EnemyMonNick
text ""
2014-03-05 21:45:28 -08:00
line "fled!"
prompt
2013-05-12 03:38:49 -07:00
; 0x807cf
BattleText_0x807cf: ; 0x807cf
2014-03-05 21:45:28 -08:00
text "Enemy @"
text_from_ram EnemyMonNick
text ""
2014-03-05 21:45:28 -08:00
line "fled!"
prompt
2013-05-12 03:38:49 -07:00
; 0x807e2
HurtByPoisonText: ; 0x807e2
2014-03-05 21:45:28 -08:00
text $5a
line "is hurt by poison!"
prompt
2013-05-12 03:38:49 -07:00
; 0x807f8
HurtByBurnText: ; 0x807f8
2014-03-05 21:45:28 -08:00
text $5a, "'s"
line "hurt by its burn!"
prompt
2013-05-12 03:38:49 -07:00
; 0x8080e
LeechSeedSapsText: ; 0x8080e
2014-03-05 21:45:28 -08:00
text "LEECH SEED saps"
line $5a, "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80822
HasANightmareText: ; 0x80822
2014-03-05 21:45:28 -08:00
text $5a
line "has a NIGHTMARE!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80836
HurtByCurseText: ; 0x80836
2014-03-05 21:45:28 -08:00
text $5a, "'s"
line "hurt by the CURSE!"
prompt
2013-05-12 03:38:49 -07:00
; 0x8084d
SandstormHitsText: ; 0x8084d
2014-03-05 21:45:28 -08:00
text "The SANDSTORM hits"
line $5a, "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80864
PerishCountText: ; 0x80864
2014-03-05 21:45:28 -08:00
text $5a, "'s"
line "PERISH count is @"
deciram wd265, $11
2014-03-05 21:45:28 -08:00
text "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80880
BattleText_0x80880: ; 0x80880
2014-03-05 21:45:28 -08:00
text $59
line "recovered with"
cont "@"
2013-05-12 03:38:49 -07:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-05-12 03:38:49 -07:00
; 0x80899
BattleText_0x80899: ; 0x80899
2014-03-05 21:45:28 -08:00
text $5a
line "recovered PP using"
cont "@"
2013-05-12 03:38:49 -07:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "."
prompt
2013-05-12 03:38:49 -07:00
; 0x808b6
BattleText_0x808b6: ; 0x808b6
2014-03-05 21:45:28 -08:00
text $59
line "was hit by FUTURE"
cont "SIGHT!"
prompt
2013-05-12 03:38:49 -07:00
; 0x808d2
BattleText_0x808d2: ; 0x808d2
2014-03-05 21:45:28 -08:00
text $5a, "'s"
line "SAFEGUARD faded!"
prompt
2013-05-12 03:38:49 -07:00
; 0x808e7
BattleText_0x808e7: ; 0x808e7
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text " #MON's"
line "LIGHT SCREEN fell!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80905
BattleText_0x80905: ; 0x80905
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text " #MON's"
line "REFLECT faded!"
prompt
2013-05-12 03:38:49 -07:00
; 0x8091f
BattleText_0x8091f: ; 0x8091f
2014-03-05 21:45:28 -08:00
text "Rain continues to"
line "fall."
prompt
2013-05-12 03:38:49 -07:00
; 0x80938
BattleText_0x80938: ; 0x80938
2014-03-05 21:45:28 -08:00
text "The sunlight is"
line "strong."
prompt
2013-05-12 03:38:49 -07:00
; 0x80951
BattleText_0x80951: ; 0x80951
2014-03-05 21:45:28 -08:00
text "The SANDSTORM"
line "rages."
prompt
2013-05-12 03:38:49 -07:00
; 0x80967
BattleText_0x80967: ; 0x80967
2014-03-05 21:45:28 -08:00
text "The rain stopped."
prompt
2013-05-12 03:38:49 -07:00
; 0x8097a
BattleText_0x8097a: ; 0x8097a
2014-03-05 21:45:28 -08:00
text "The sunlight"
line "faded."
prompt
2013-05-12 03:38:49 -07:00
; 0x8098f
BattleText_0x8098f: ; 0x8098f
2014-03-05 21:45:28 -08:00
text "The SANDSTORM"
line "subsided."
prompt
2013-05-12 03:38:49 -07:00
; 0x809a8
BattleText_0x809a8: ; 0x809a8
2014-03-05 21:45:28 -08:00
text "Enemy @"
text_from_ram EnemyMonNick
text ""
2014-03-05 21:45:28 -08:00
line "fainted!"
prompt
2013-05-12 03:38:49 -07:00
; 0x809be
2015-06-11 09:57:45 -07:00
GotMoneyForWinningText:
2014-03-05 21:45:28 -08:00
text $52, " got ¥@"
deciram wc686, $36
text ""
2014-03-05 21:45:28 -08:00
line "for winning!"
prompt
2013-05-12 03:38:49 -07:00
BattleText_0x809da: ; 0x809da
2014-03-05 21:45:28 -08:00
text $3f
line "was defeated!"
prompt
2013-05-12 03:38:49 -07:00
; 0x809eb
2013-06-17 15:19:45 -07:00
TiedAgainstText: ; 0x809eb
2014-03-05 21:45:28 -08:00
text "Tied against"
line $3f, "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x809fc
2015-06-11 09:57:45 -07:00
SentSomeToMomText:
2014-03-05 21:45:28 -08:00
text $52, " got ¥@"
deciram wc686, $36
text ""
2014-03-05 21:45:28 -08:00
line "for winning!"
cont "Sent some to MOM!"
prompt
2013-05-12 03:38:49 -07:00
2015-06-11 09:57:45 -07:00
SentHalfToMomText:
2014-03-05 21:45:28 -08:00
text "Sent half to MOM!"
prompt
2013-05-12 03:38:49 -07:00
2015-06-11 09:57:45 -07:00
SentAllToMomText:
2014-03-05 21:45:28 -08:00
text "Sent all to MOM!"
prompt
2013-05-12 03:38:49 -07:00
BattleText_0x80a4f: ; 0x80a4f
2014-03-05 21:45:28 -08:00
text $53, ": Huh? I"
line "should've chosen"
cont "your #MON!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80a75
BattleText_0x80a75: ; 0x80a75
text_from_ram BattleMonNick
text ""
2014-03-05 21:45:28 -08:00
line "fainted!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80a83
BattleText_0x80a83: ; 0x80a83
2014-03-05 21:45:28 -08:00
text "Use next #MON?"
done
2013-05-12 03:38:49 -07:00
; 0x80a93
BattleText_0x80a93: ; 0x80a93
2014-03-05 21:45:28 -08:00
text $53, ": Yes!"
line "I guess I chose a"
cont "good #MON!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80ab9
2013-06-17 15:19:45 -07:00
LostAgainstText: ; 0x80ab9
2014-03-05 21:45:28 -08:00
text "Lost against"
line $3f, "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80aca
BattleText_0x80aca: ; 0x80aca
2014-03-05 21:45:28 -08:00
text $3f
line "is about to use"
cont "@"
text_from_ram EnemyMonNick
2014-03-05 21:45:28 -08:00
text "."
para "Will ", $52
line "change #MON?"
done
2013-05-12 03:38:49 -07:00
; 0x80af8
BattleText_0x80af8: ; 0x80af8
2014-03-05 21:45:28 -08:00
text $3f
line "sent out"
cont "@"
text_from_ram EnemyMonNick
2014-03-05 21:45:28 -08:00
text "!"
done
2013-05-12 03:38:49 -07:00
; 0x80b0b
BattleText_0x80b0b: ; 0x80b0b
2014-03-05 21:45:28 -08:00
text "There's no will to"
line "battle!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80b26
BattleText_0x80b26: ; 0x80b26
2014-03-05 21:45:28 -08:00
text "An EGG can't"
line "battle!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80b3b
BattleText_0x80b3b: ; 0x80b3b
2014-03-05 21:45:28 -08:00
text "Can't escape!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80b49
BattleText_0x80b49: ; 0x80b49
2014-03-05 21:45:28 -08:00
text "No! There's no"
line "running from a"
cont "trainer battle!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80b77
BattleText_0x80b77: ; 0x80b77
2014-03-05 21:45:28 -08:00
text "Got away safely!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80b89
BattleText_0x80b89: ; 0x80b89
2014-03-05 21:45:28 -08:00
text $5a
line "fled using a"
cont "@"
2013-05-12 03:38:49 -07:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80ba0
BattleText_0x80ba0: ; 0x80ba0
2014-03-05 21:45:28 -08:00
text "Can't escape!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80bae
BattleText_0x80bae: ; 0x80bae
2014-03-05 21:45:28 -08:00
text $5a, "'s"
line "hurt by SPIKES!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80bc2
RecoveredUsingText: ; 0x80bc2
2014-03-05 21:45:28 -08:00
text $59
line "recovered using a"
cont "@"
2013-05-12 03:38:49 -07:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80bde
BattleText_0x80bde: ; 0x80bde
2014-03-05 21:45:28 -08:00
text $5a, "'s"
line "@"
2013-05-12 03:38:49 -07:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text $55
db "activated!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80bf3
BattleText_0x80bf3: ; 0x80bf3
2014-03-05 21:45:28 -08:00
text "Items can't be"
line "used here."
prompt
2013-05-12 03:38:49 -07:00
; 0x80c0d
BattleText_0x80c0d: ; 0x80c0d
text_from_ram BattleMonNick
text ""
2014-03-05 21:45:28 -08:00
line "is already out."
prompt
2013-05-12 03:38:49 -07:00
; 0x80c22
BattleText_0x80c22: ; 0x80c22
text_from_ram BattleMonNick
text ""
2014-03-05 21:45:28 -08:00
line "can't be recalled!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80c39
BattleText_0x80c39: ; 0x80c39
2014-03-05 21:45:28 -08:00
text "There's no PP left"
line "for this move!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80c5b
BattleText_0x80c5b: ; 0x80c5b
2014-03-05 21:45:28 -08:00
text "The move is"
line "DISABLED!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80c72
BattleText_0x80c72: ; 0x80c72
text_from_ram BattleMonNick
text ""
2014-03-05 21:45:28 -08:00
line "has no moves left!"
done
2013-05-12 03:38:49 -07:00
; 0x80c8a
BattleText_0x80c8a: ; 0x80c8a
2014-03-05 21:45:28 -08:00
text $59, "'s"
line "ENCORE ended!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80c9c
BattleText_0x80c9c: ; 0x80c9c
text_from_ram StringBuffer1
text " grew to"
line "level @"
deciram CurPartyLevel, $13
text "!@"
2013-05-12 03:38:49 -07:00
sound0
db "@"
2013-05-12 03:38:49 -07:00
; 0x80cb9
BattleText_0x80cb9: ; 0x80cb9
db "@"
2013-05-12 03:38:49 -07:00
; 0x80cba
BattleText_0x80cba: ; 0x80cba
2014-03-05 21:45:28 -08:00
text "Wild @"
text_from_ram EnemyMonNick
text ""
2014-03-05 21:45:28 -08:00
line "is eating!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80cd1
BattleText_0x80cd1: ; 0x80cd1
2014-03-05 21:45:28 -08:00
text "Wild @"
text_from_ram EnemyMonNick
text ""
2014-03-05 21:45:28 -08:00
line "is angry!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80ce7
FastAsleepText: ; 0x80ce7
2014-03-05 21:45:28 -08:00
text $5a
line "is fast asleep!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80cfa
WokeUpText: ; 0x80cfa
2014-03-05 21:45:28 -08:00
text $5a
line "woke up!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80d06
FrozenSolidText: ; 0x80d06
2014-03-05 21:45:28 -08:00
text $5a
line "is frozen solid!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80d1a
FlinchedText: ; 0x80d1a
2014-03-05 21:45:28 -08:00
text $5a
line "flinched!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80d27
MustRechargeText: ; 0x80d27
2014-03-05 21:45:28 -08:00
text $5a
line "must recharge!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80d39
DisabledNoMoreText: ; 0x80d39
2014-03-05 21:45:28 -08:00
text $5a, "'s"
line "disabled no more!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80d4f
IsConfusedText: ; 0x80d4f
2014-03-05 21:45:28 -08:00
text $5a
line "is confused!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80d5f
HurtItselfText: ; 0x80d5f
2014-03-05 21:45:28 -08:00
text "It hurt itself in"
line "its confusion!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80d81
ConfusedNoMoreText: ; 0x80d81
2014-03-05 21:45:28 -08:00
text $5a, "'s"
line "confused no more!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80d97
BecameConfusedText: ; 0x80d97
2014-03-05 21:45:28 -08:00
text $59
line "became confused!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80dab
BattleText_0x80dab: ; 0x80dab
2014-03-05 21:45:28 -08:00
text "A @"
2013-05-12 03:38:49 -07:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text " rid"
line $59
cont "of its confusion."
prompt
2013-05-12 03:38:49 -07:00
; 0x80dcc
AlreadyConfusedText: ; 0x80dcc
2014-03-05 21:45:28 -08:00
text $59, "'s"
line "already confused!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80de2
BattleText_0x80de2: ; 0x80de2
2014-03-05 21:45:28 -08:00
text $5a, "'s"
line "hurt by"
cont "@"
2013-05-12 03:38:49 -07:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80df5
BattleText_0x80df5: ; 0x80df5
2014-03-05 21:45:28 -08:00
text $5a
line "was released from"
cont "@"
2013-05-12 03:38:49 -07:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80e11
UsedBindText: ; 0x80e11
2014-03-05 21:45:28 -08:00
text $5a
line "used BIND on"
cont $59, "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80e24
WhirlpoolTrapText: ; 0x80e24
2014-03-05 21:45:28 -08:00
text $59
line "was trapped!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80e34
FireSpinTrapText: ; 0x80e34
2014-03-05 21:45:28 -08:00
text $59
line "was trapped!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80e44
WrappedByText: ; 0x80e44
2014-03-05 21:45:28 -08:00
text $59
line "was WRAPPED by"
cont $5a, "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80e59
ClampedByText: ; 0x80e59
2014-03-05 21:45:28 -08:00
text $59
line "was CLAMPED by"
cont $5a, "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80e6e
StoringEnergyText: ; 0x80e6e
2014-03-05 21:45:28 -08:00
text $5a
line "is storing energy!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80e84
UnleashedEnergyText: ; 0x80e84
2014-03-05 21:45:28 -08:00
text $5a
line "unleashed energy!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80e99
HungOnText: ; 0x80e99
2014-03-05 21:45:28 -08:00
text $59
line "hung on with"
cont "@"
2013-05-12 03:38:49 -07:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80eb0
EnduredText: ; 0x80eb0
2014-03-05 21:45:28 -08:00
text $59
line "ENDURED the hit!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80ec4
InLoveWithText: ; 0x80ec4
2014-03-05 21:45:28 -08:00
text $5a
line "is in love with"
cont $59, "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80eda
InfatuationText: ; 0x80eda
2014-03-05 21:45:28 -08:00
text $5a, "'s"
line "infatuation kept"
cont "it from attacking!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80f02
DisabledMoveText: ; 0x80f02
2014-03-05 21:45:28 -08:00
text $5a, "'s"
line "@"
2013-05-12 03:38:49 -07:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text " is"
cont "DISABLED!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80f19
LoafingAroundText: ; 0x80f19
text_from_ram BattleMonNick
2014-03-05 21:45:28 -08:00
text " is"
line "loafing around."
prompt
2013-05-12 03:38:49 -07:00
; 0x80f31
BeganToNapText: ; 0x80f31
text_from_ram BattleMonNick
2014-03-05 21:45:28 -08:00
text " began"
line "to nap!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80f44
WontObeyText: ; 0x80f44
text_from_ram BattleMonNick
2014-03-05 21:45:28 -08:00
text " won't"
line "obey!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80f54
TurnedAwayText: ; 0x80f54
text_from_ram BattleMonNick
2014-03-05 21:45:28 -08:00
text " turned"
line "away!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80f66
IgnoredOrdersText: ; 0x80f66
text_from_ram BattleMonNick
2014-03-05 21:45:28 -08:00
text " ignored"
line "orders!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80f7b
IgnoredSleepingText: ; 0x80f7b
text_from_ram BattleMonNick
2014-03-05 21:45:28 -08:00
text " ignored"
line "orders…sleeping!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80f99
NoPPLeftText: ; 0x80f99
2014-03-05 21:45:28 -08:00
text "But no PP is left"
line "for the move!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80fba
HasNoPPLeftText: ; 0x80fba
2014-03-05 21:45:28 -08:00
text $5a
line "has no PP left for"
cont "@"
text_from_ram StringBuffer2
2014-03-05 21:45:28 -08:00
text "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x80fd7
WentToSleepText: ; 0x80fd7
2014-03-05 21:45:28 -08:00
text $5a
line "went to sleep!"
done
2013-05-12 03:38:49 -07:00
; 0x80fe9
RestedText: ; 0x80fe9
2014-03-05 21:45:28 -08:00
text $5a
line "fell asleep and"
cont "became healthy!"
done
2013-05-12 03:38:49 -07:00
; 0x8100c
RegainedHealthText: ; 0x8100c
2014-03-05 21:45:28 -08:00
text $5a
line "regained health!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81020
AttackMissedText: ; 0x81020
2014-03-05 21:45:28 -08:00
text $5a, "'s"
line "attack missed!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81033
AttackMissed2Text: ; 0x81033
2014-03-05 21:45:28 -08:00
text $5a, "'s"
line "attack missed!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81046
CrashedText: ; 0x81046
2014-03-05 21:45:28 -08:00
text $5a
line "kept going and"
cont "crashed!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81061
UnaffectedText: ; 0x81061
2014-03-05 21:45:28 -08:00
text $59, "'s"
line "unaffected!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81071
DoesntAffectText: ; 0x81071
2014-03-05 21:45:28 -08:00
text "It doesn't affect"
line $59, "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81086
CriticalHitText: ; 0x81086
2014-03-05 21:45:28 -08:00
text "A critical hit!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81097
OneHitKOText: ; 0x81097
2014-03-05 21:45:28 -08:00
text "It's a one-hit KO!"
prompt
2013-05-12 03:38:49 -07:00
; 0x810aa
SuperEffectiveText: ; 0x810aa
2014-03-05 21:45:28 -08:00
text "It's super-"
line "effective!"
prompt
2013-05-12 03:38:49 -07:00
; 0x810c1
NotVeryEffectiveText: ; 0x810c1
2014-03-05 21:45:28 -08:00
text "It's not very"
line "effective…"
prompt
2013-05-12 03:38:49 -07:00
; 0x810da
TookDownWithItText: ; 0x810da
2014-03-05 21:45:28 -08:00
text $59
line "took down with it,"
cont $5a, "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x810f3
RageBuildingText: ; 0x810f3
2014-03-05 21:45:28 -08:00
text $5a, "'s"
line "RAGE is building!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81109
GotAnEncoreText: ; 0x81109
2014-03-05 21:45:28 -08:00
text $59
line "got an ENCORE!"
prompt
2013-05-12 03:38:49 -07:00
; 0x8111b
SharedPainText: ; 0x8111b
2014-03-05 21:45:28 -08:00
text "The battlers"
line "shared pain!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81136
TookAimText: ; 0x81136
2014-03-05 21:45:28 -08:00
text $5a
line "took aim!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81143
SketchedText: ; 0x81143
2014-03-05 21:45:28 -08:00
text $5a
line "SKETCHED"
cont "@"
2013-05-12 03:38:49 -07:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81156
DestinyBondEffectText: ; 0x81156
2014-03-05 21:45:28 -08:00
text $5a, "'s"
line "trying to take its"
cont "opponent with it!"
prompt
2013-05-12 03:38:49 -07:00
; 0x8117f
SpiteEffectText: ; 0x8117f
2014-03-05 21:45:28 -08:00
text $59, "'s"
line "@"
2013-05-12 03:38:49 -07:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text " was"
cont "reduced by @"
deciram wd265, $11
2014-03-05 21:45:28 -08:00
text "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x811a0
BellChimedText: ; 0x811a0
text "A bell chimed!"
line ""
prompt
2013-05-12 03:38:49 -07:00
; 0x811b1
FellAsleepText: ; 0x811b1
2014-03-05 21:45:28 -08:00
text $59
line "fell asleep!"
prompt
2013-05-12 03:38:49 -07:00
; 0x811c1
AlreadyAsleepText: ; 0x811c1
2014-03-05 21:45:28 -08:00
text $59, "'s"
line "already asleep!"
prompt
2013-05-12 03:38:49 -07:00
; 0x811d5
WasPoisonedText: ; 0x811d5
2014-03-05 21:45:28 -08:00
text $59
line "was poisoned!"
prompt
2013-05-12 03:38:49 -07:00
; 0x811e6
BadlyPoisonedText: ; 0x811e6
2014-03-05 21:45:28 -08:00
text $59, "'s"
line "badly poisoned!"
prompt
2013-05-12 03:38:49 -07:00
; 0x811fa
AlreadyPoisonedText: ; 0x811fa
2014-03-05 21:45:28 -08:00
text $59, "'s"
line "already poisoned!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81210
SuckedHealthText: ; 0x81210
2014-03-05 21:45:28 -08:00
text "Sucked health from"
line $59, "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81227
DreamEatenText: ; 0x81227
2014-03-05 21:45:28 -08:00
text $59, "'s"
line "dream was eaten!"
prompt
2013-05-12 03:38:49 -07:00
; 0x8123c
WasBurnedText: ; 0x8123c
2014-03-05 21:45:28 -08:00
text $59
line "was burned!"
prompt
2013-05-12 03:38:49 -07:00
; 0x8124b
DefrostedOpponentText: ; 0x8124b
2014-03-05 21:45:28 -08:00
text $59
line "was defrosted!"
prompt
2013-05-12 03:38:49 -07:00
; 0x8125d
WasFrozenText: ; 0x8125d
2014-03-05 21:45:28 -08:00
text $59
line "was frozen solid!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81272
WontRiseAnymoreText: ; 0x81272
2014-03-05 21:45:28 -08:00
text $5a, "'s"
line "@"
text_from_ram StringBuffer2
2014-03-05 21:45:28 -08:00
text " won't"
cont "rise anymore!"
prompt
2013-05-12 03:38:49 -07:00
; 0x8128f
WontDropAnymoreText: ; 0x8128f
2014-03-05 21:45:28 -08:00
text $59, "'s"
line "@"
text_from_ram StringBuffer2
2014-03-05 21:45:28 -08:00
text " won't"
cont "drop anymore!"
prompt
2013-05-12 03:38:49 -07:00
; 0x812ac
FledFromBattleText:: ; 0x812ac
2014-03-05 21:45:28 -08:00
text $5a
line "fled from battle!"
prompt
2013-05-12 03:38:49 -07:00
; 0x812c1
FledInFearText: ; 0x812c1
2014-03-05 21:45:28 -08:00
text $59
line "fled in fear!"
prompt
2013-05-12 03:38:49 -07:00
; 0x812d2
BlownAwayText: ; 0x812d2
2014-03-05 21:45:28 -08:00
text $59
line "was blown away!"
prompt
2013-05-12 03:38:49 -07:00
; 0x812e5
PlayerHitTimesText: ; 0x812e5
2014-03-05 21:45:28 -08:00
text "Hit @"
deciram PlayerDamageTaken, $11
2014-03-05 21:45:28 -08:00
text " times!"
prompt
2013-05-12 03:38:49 -07:00
; 0x812f8
EnemyHitTimesText: ; 0x812f8
2014-03-05 21:45:28 -08:00
text "Hit @"
deciram EnemyDamageTaken, $11
2014-03-05 21:45:28 -08:00
text " times!"
prompt
2013-05-12 03:38:49 -07:00
; 0x8130b
MistText: ; 0x8130b
2014-03-05 21:45:28 -08:00
text $5a, "'s"
line "shrouded in MIST!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81321
ProtectedByMistText: ; 0x81321
2014-03-05 21:45:28 -08:00
text $59, "'s"
line "protected by MIST."
prompt
2013-05-12 03:38:49 -07:00
; 0x81338
GettingPumpedText: ; 0x81338
interpret_data
2014-03-05 21:45:28 -08:00
text $5a, "'s"
line "getting pumped!"
prompt
2013-05-12 03:38:49 -07:00
; 0x8134d
RecoilText: ; 0x8134d
2014-03-05 21:45:28 -08:00
text $5a, "'s"
line "hit with recoil!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81362
MadeSubstituteText: ; 0x81362
2014-03-05 21:45:28 -08:00
text $5a
line "made a SUBSTITUTE!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81378
HasSubstituteText: ; 0x81378
2014-03-05 21:45:28 -08:00
text $5a
line "has a SUBSTITUTE!"
prompt
2013-05-12 03:38:49 -07:00
; 0x8138d
TooWeakSubText: ; 0x8138d
2014-03-05 21:45:28 -08:00
text "Too weak to make"
line "a SUBSTITUTE!"
prompt
2013-05-12 03:38:49 -07:00
; 0x813ad
SubTookDamageText: ; 0x813ad
2014-03-05 21:45:28 -08:00
text "The SUBSTITUTE"
line "took damage for"
cont $59, "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x813d0
SubFadedText: ; 0x813d0
2014-03-05 21:45:28 -08:00
text $59, "'s"
line "SUBSTITUTE faded!"
prompt
2013-05-12 03:38:49 -07:00
; 0x813e6
LearnedMoveText: ; 0x813e6
2014-03-05 21:45:28 -08:00
text $5a
line "learned"
cont "@"
2013-05-12 03:38:49 -07:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x813f8
WasSeededText: ; 0x813f8
2014-03-05 21:45:28 -08:00
text $59
line "was seeded!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81407
EvadedText: ; 0x81407
2014-03-05 21:45:28 -08:00
text $59
line "evaded the attack!"
prompt
2013-05-12 03:38:49 -07:00
; 0x8141d
WasDisabledText: ; 0x8141d
2014-03-05 21:45:28 -08:00
text $59, "'s"
line "@"
2013-05-12 03:38:49 -07:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text " was"
cont "DISABLED!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81435
CoinsScatteredText: ; 0x81435
2014-03-05 21:45:28 -08:00
text "Coins scattered"
line "everywhere!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81452
TransformedTypeText: ; 0x81452
2014-03-05 21:45:28 -08:00
text $5a
line "transformed into"
cont "the @"
2013-05-12 03:38:49 -07:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "-type!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81476
EliminatedStatsText: ; 0x81476
2014-03-05 21:45:28 -08:00
text "All stat changes"
line "were eliminated!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81499
TransformedText: ; 0x81499
2014-03-05 21:45:28 -08:00
text $5a
line "TRANSFORMED into"
cont "@"
2013-05-12 03:38:49 -07:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x814b4
LightScreenEffectText: ; 0x814b4
2014-03-05 21:45:28 -08:00
text $5a, "'s"
line "SPCL.DEF rose!"
prompt
2013-05-12 03:38:49 -07:00
; 0x814c7
ReflectEffectText: ; 0x814c7
2014-03-05 21:45:28 -08:00
text $5a, "'s"
line "DEFENSE rose!"
prompt
2013-05-12 03:38:49 -07:00
; 0x814d9
NothingHappenedText: ; 0x814d9
2014-03-05 21:45:28 -08:00
text "But nothing"
line "happened."
prompt
2013-05-12 03:38:49 -07:00
; 0x814f0
ButItFailedText: ; 0x814f0
2014-03-05 21:45:28 -08:00
text "But it failed!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81500
ItFailedText: ; 0x81500
2014-03-05 21:45:28 -08:00
text "It failed!"
prompt
2013-05-12 03:38:49 -07:00
; 0x8150c
DidntAffect1Text: ; 0x8150c
2014-03-05 21:45:28 -08:00
text "It didn't affect"
line $59, "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81520
DidntAffect2Text: ; 0x81520
2014-03-05 21:45:28 -08:00
text "It didn't affect"
line $59, "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81534
HPIsFullText: ; 0x81534
2014-03-05 21:45:28 -08:00
text $5a, "'s"
line "HP is full!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81544
DraggedOutText: ; 0x81544
2014-03-05 21:45:28 -08:00
text $5a
line "was dragged out!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81558
ParalyzedText: ; 0x81558
2014-03-05 21:45:28 -08:00
text $59, "'s"
line "paralyzed! Maybe"
cont "it can't attack!"
prompt
2013-05-12 03:38:49 -07:00
; 0x8157d
FullyParalyzedText: ; 0x8157d
2014-03-05 21:45:28 -08:00
text $5a, "'s"
line "fully paralyzed!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81592
AlreadyParalyzedText: ; 0x81592
2014-03-05 21:45:28 -08:00
text $59, "'s"
line "already paralyzed!"
prompt
2013-05-12 03:38:49 -07:00
; 0x815a9
ProtectedByText: ; 0x815a9
2014-03-05 21:45:28 -08:00
text $59, "'s"
line "protected by"
cont "@"
2013-05-12 03:38:49 -07:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x815c1
MirrorMoveFailedText: ; 0x815c1
2014-03-05 21:45:28 -08:00
text "The MIRROR MOVE", $4e, "failed!"
prompt
2013-05-12 03:38:49 -07:00
; 0x815da
StoleText: ; 0x815da
2014-03-05 21:45:28 -08:00
text $5a
line "stole @"
2013-05-12 03:38:49 -07:00
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text $55
db "from its foe!"
prompt
2013-05-12 03:38:49 -07:00
; 0x815f7
CantEscapeNowText: ; 0x815f7
2014-03-05 21:45:28 -08:00
text $59
line "can't escape now!"
prompt
2013-05-12 03:38:49 -07:00
; 0x8160b
StartedNightmareText: ; 0x8160b
2014-03-05 21:45:28 -08:00
text $59
line "started to have a"
cont "NIGHTMARE!"
prompt
2013-05-12 03:38:49 -07:00
; 0x8162b
WasDefrostedText: ; 0x8162b
2014-03-05 21:45:28 -08:00
text $5a
line "was defrosted!"
prompt
2013-05-12 03:38:49 -07:00
; 0x8163d
PutACurseText: ; 0x8163d
2014-03-05 21:45:28 -08:00
text $5a
line "cut its own HP and"
para "put a CURSE on"
line $59, "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81665
ProtectedItselfText: ; 0x81665
2014-03-05 21:45:28 -08:00
text $5a
line "PROTECTED itself!"
prompt
2013-05-12 03:38:49 -07:00
; 0x8167a
ProtectingItselfText: ; 0x8167a
2014-03-05 21:45:28 -08:00
text $59, "'s"
line "PROTECTING itself!"
done
2013-05-12 03:38:49 -07:00
; 0x81691
SpikesText: ; 0x81691
2014-03-05 21:45:28 -08:00
text "SPIKES scattered"
line "all around"
cont $59, "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x816b1
IdentifiedText: ; 0x816b1
2014-03-05 21:45:28 -08:00
text $5a
line "identified"
cont $59, "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x816c2
StartPerishText: ; 0x816c2
2014-03-05 21:45:28 -08:00
text "Both #MON will"
line "faint in 3 turns!"
prompt
2013-05-12 03:38:49 -07:00
; 0x816e4
SandstormBrewedText: ; 0x816e4
2014-03-05 21:45:28 -08:00
text "A SANDSTORM"
line "brewed!"
prompt
2013-05-12 03:38:49 -07:00
; 0x816f9
BracedItselfText: ; 0x816f9
2014-03-05 21:45:28 -08:00
text $5a
line "braced itself!"
prompt
2013-05-12 03:38:49 -07:00
; 0x8170b
FellInLoveText: ; 0x8170b
2014-03-05 21:45:28 -08:00
text $59
line "fell in love!"
prompt
2013-05-12 03:38:49 -07:00
; 0x8171c
CoveredByVeilText: ; 0x8171c
2014-03-05 21:45:28 -08:00
text $5a, "'s"
line "covered by a veil!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81733
SafeguardProtectText: ; 0x81733
2014-03-05 21:45:28 -08:00
text $59
line "is protected by"
cont "SAFEGUARD!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81751
MagnitudeText: ; 0x81751
2014-03-05 21:45:28 -08:00
text "Magnitude @"
deciram wd265, $11
2014-03-05 21:45:28 -08:00
text "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81764
ReleasedByText: ; 0x81764
2014-03-05 21:45:28 -08:00
text $5a
line "was released by"
cont $59, "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x8177a
ShedLeechSeedText: ; 0x8177a
2014-03-05 21:45:28 -08:00
text $5a
line "shed LEECH SEED!"
prompt
2013-05-12 03:38:49 -07:00
; 0x8178e
BlewSpikesText: ; 0x8178e
2014-03-05 21:45:28 -08:00
text $5a
line "blew away SPIKES!"
prompt
2013-05-12 03:38:49 -07:00
; 0x817a3
DownpourText: ; 0x817a3
2014-03-05 21:45:28 -08:00
text "A downpour"
line "started!"
prompt
2013-05-12 03:38:49 -07:00
; 0x817b8
SunGotBrightText: ; 0x817b8
2014-03-05 21:45:28 -08:00
text "The sunlight got"
line "bright!"
prompt
2013-05-12 03:38:49 -07:00
; 0x817d2
BellyDrumText: ; 0x817d2
2014-03-05 21:45:28 -08:00
text $5a
line "cut its HP and"
cont "maximized ATTACK!"
prompt
2013-05-12 03:38:49 -07:00
; 0x817f6
CopiedStatsText: ; 0x817f6
2014-03-05 21:45:28 -08:00
text $5a
line "copied the stat"
para "changes of"
line $59, "!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81817
ForesawAttackText: ; 0x81817
2014-03-05 21:45:28 -08:00
text $5a
line "foresaw an attack!"
prompt
2013-05-12 03:38:49 -07:00
; 0x8182d
BeatUpAttackText: ; 0x8182d
text_from_ram StringBuffer1
2014-03-05 21:45:28 -08:00
text "'s"
line "attack!"
done
2013-05-12 03:38:49 -07:00
; 0x8183b
RefusedGiftText: ; 0x8183b
2014-03-05 21:45:28 -08:00
text $59
line "refused the gift!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81850
IgnoredOrders2Text: ; 0x81850
2014-03-05 21:45:28 -08:00
text $5a
line "ignored orders!"
prompt
2013-05-12 03:38:49 -07:00
; 0x81863
BattleText_0x81863: ; 0x81863
2014-03-05 21:45:28 -08:00
text "Link error…"
para "The battle has"
line "been canceled…"
prompt
2013-05-12 03:38:49 -07:00
; 0x8188e
BattleText_0x8188e: ; 0x8188e
2014-03-05 21:45:28 -08:00
text "There is no time"
line "left today!"
done
2013-05-12 03:38:49 -07:00
; 0x818ac