Use wram labels in common text.

This commit is contained in:
yenatch
2015-02-10 14:16:51 -08:00
parent 849595e537
commit 80b0d8cd2d
4 changed files with 434 additions and 430 deletions

View File

@@ -261,11 +261,11 @@ UnknownText_0x1b05bf: ; 0x1b05bf
UnknownText_0x1b0621: ; 0x1b0621 UnknownText_0x1b0621: ; 0x1b0621
text $52, ", the No.@" text $52, ", the No.@"
text_from_ram $d099 text_from_ram StringBuffer3
db $0 db $0
line "finisher, wins" line "finisher, wins"
cont "@" cont "@"
text_from_ram $d0ac text_from_ram StringBuffer4
text "!" text "!"
done done
; 0x1b0648 ; 0x1b0648
@@ -273,7 +273,7 @@ UnknownText_0x1b0621: ; 0x1b0621
UnknownText_0x1b0648: ; 0x1b0648 UnknownText_0x1b0648: ; 0x1b0648
text $52, " received" text $52, " received"
line "@" line "@"
text_from_ram $d0ac text_from_ram StringBuffer4
text "." text "."
done done
; 0x1b065b ; 0x1b065b
@@ -316,7 +316,7 @@ UnknownText_0x1b070d: ; 0x1b070d
; 0x1b074e ; 0x1b074e
UnknownText_0x1b074e: ; 0x1b074e UnknownText_0x1b074e: ; 0x1b074e
text_from_ram $d099 text_from_ram StringBuffer3
db $0 db $0
line "#MON GYM" line "#MON GYM"
done done
@@ -324,7 +324,7 @@ UnknownText_0x1b074e: ; 0x1b074e
UnknownText_0x1b075c: ; 0x1b075c UnknownText_0x1b075c: ; 0x1b075c
text "LEADER: @" text "LEADER: @"
text_from_ram $d0ac text_from_ram StringBuffer4
db $0, $51 db $0, $51
db "WINNING TRAINERS:" db "WINNING TRAINERS:"
line $52, $57 line $52, $57
@@ -426,7 +426,7 @@ UnknownText_0x1b0989: ; 0x1b0989
UnknownText_0x1b09c4: ; 0x1b09c4 UnknownText_0x1b09c4: ; 0x1b09c4
text $52, " registered" text $52, " registered"
line "@" line "@"
text_from_ram $d099 text_from_ram StringBuffer3
text "'s number." text "'s number."
done done
; 0x1b09e1 ; 0x1b09e1
@@ -434,7 +434,7 @@ UnknownText_0x1b09c4: ; 0x1b09c4
UnknownText_0x1b09e1: ; 0x1b09e1 UnknownText_0x1b09e1: ; 0x1b09e1
text $52, " registered" text $52, " registered"
line "@" line "@"
text_from_ram $d099 text_from_ram StringBuffer3
text "'s number." text "'s number."
done done
; 0x1b09fe ; 0x1b09fe
@@ -672,7 +672,7 @@ UnknownText_0x1b102e: ; 0x1b102e
line "again when I heal" line "again when I heal"
para "@" para "@"
text_from_ram $d0ac text_from_ram StringBuffer4
text " and the" text " and the"
line "rest of my team." line "rest of my team."
done done
@@ -686,7 +686,7 @@ UnknownText_0x1b10d3: ; 0x1b10d3
line "again when I heal" line "again when I heal"
para "@" para "@"
text_from_ram $d0ac text_from_ram StringBuffer4
text " and the" text " and the"
line "rest of my team." line "rest of my team."
done done
@@ -793,7 +793,7 @@ UnknownText_0x1b1409: ; 0x1b1409
UnknownText_0x1b142d: ; 0x1b142d UnknownText_0x1b142d: ; 0x1b142d
text "If my @" text "If my @"
text_from_ram $d0ac text_from_ram StringBuffer4
db $0 db $0
line "sees anything" line "sees anything"

File diff suppressed because it is too large Load Diff

View File

@@ -31,7 +31,7 @@ UnknownText_0x1c00a0: ; 1c00a0
UnknownText_0x1c00cd: ; 1c00cd UnknownText_0x1c00cd: ; 1c00cd
text "Hm… @" text "Hm… @"
text_from_ram $d073 text_from_ram StringBuffer1
text "…" text "…"
line "That's a fairly" line "That's a fairly"
cont "decent name." cont "decent name."
@@ -68,14 +68,14 @@ UnknownText_0x1c019e: ; 1c019e
UnknownText_0x1c01be: ; 1c01be UnknownText_0x1c01be: ; 1c01be
text "Hm… @" text "Hm… @"
text_from_ram $d073 text_from_ram StringBuffer1
text "?" text "?"
line "What a great name!" line "What a great name!"
cont "It's perfect." cont "It's perfect."
para "Treat @" para "Treat @"
text_from_ram $d073 text_from_ram StringBuffer1
db $0 text ""
line "with loving care." line "with loving care."
done done
; 1c0208 ; 1c0208
@@ -101,30 +101,30 @@ UnknownText_0x1c0272: ; 1c0272
text "All right. This" text "All right. This"
line "#MON is now" line "#MON is now"
cont "named @" cont "named @"
text_from_ram $d073 text_from_ram StringBuffer1
text "." text "."
prompt prompt
; 1c029c ; 1c029c
UnknownText_0x1c029c: ; 1c029c UnknownText_0x1c029c: ; 1c029c
text_from_ram $d073 text_from_ram StringBuffer1
text " gained@" text " gained@"
db "@" db "@"
; 1c02a9 ; 1c02a9
UnknownText_0x1c02a9: ; 1c02a9 UnknownText_0x1c02a9: ; 1c02a9
db $0 text ""
line "a boosted" line "a boosted"
cont "@" cont "@"
deciram $d086, $24 deciram StringBuffer2, $24
text " EXP. Points!" text " EXP. Points!"
prompt prompt
; 1c02c9 ; 1c02c9
UnknownText_0x1c02c9: ; 1c02c9 UnknownText_0x1c02c9: ; 1c02c9
db $0 text ""
line "@" line "@"
deciram $d086, $24 deciram StringBuffer2, $24
text " EXP. Points!" text " EXP. Points!"
prompt prompt
; 1c02df ; 1c02df
@@ -152,13 +152,13 @@ UnknownText_0x1c02fe: ; 1c02fe
; 1c0317 ; 1c0317
UnknownText_0x1c0317: ; 1c0317 UnknownText_0x1c0317: ; 1c0317
text_from_ram $c621 text_from_ram BattleMonNick
text "!" text "!"
done done
; 1c031d ; 1c031d
UnknownText_0x1c031d: ; 1c031d UnknownText_0x1c031d: ; 1c031d
text_from_ram $c621 text_from_ram BattleMonNick
text ",@" text ",@"
db "@" db "@"
; 1c0324 ; 1c0324
@@ -200,27 +200,27 @@ UnknownText_0x1c0384: ; 1c0384
UnknownText_0x1c0396: ; 1c0396 UnknownText_0x1c0396: ; 1c0396
text "It contained" text "It contained"
line "@" line "@"
text_from_ram $d086 text_from_ram StringBuffer2
text "." text "."
para "Teach @" para "Teach @"
text_from_ram $d086 text_from_ram StringBuffer2
db $0 text ""
line "to a #MON?" line "to a #MON?"
done done
; 1c03c2 ; 1c03c2
UnknownText_0x1c03c2: ; 1c03c2 UnknownText_0x1c03c2: ; 1c03c2
text_from_ram $d086 text_from_ram StringBuffer2
text " is" text " is"
line "not compatible" line "not compatible"
cont "with @" cont "with @"
text_from_ram $d073 text_from_ram StringBuffer1
text "." text "."
para "It can't learn" para "It can't learn"
line "@" line "@"
text_from_ram $d086 text_from_ram StringBuffer2
text "." text "."
prompt prompt
; 1c03fa ; 1c03fa
@@ -229,7 +229,7 @@ UnknownText_0x1c03fa: ; 1c03fa
text "You have no room" text "You have no room"
line "for any more" line "for any more"
cont "@" cont "@"
text_from_ram $d073 text_from_ram StringBuffer1
text "S." text "S."
prompt prompt
; 1c0421 ; 1c0421
@@ -237,7 +237,7 @@ UnknownText_0x1c03fa: ; 1c03fa
UnknownText_0x1c0421: ; 1c0421 UnknownText_0x1c0421: ; 1c0421
text "You received" text "You received"
line "@" line "@"
text_from_ram $d073 text_from_ram StringBuffer1
text "!" text "!"
prompt prompt
; 1c0436 ; 1c0436
@@ -279,22 +279,22 @@ UnknownText_0x1c04c6: ; 1c04c6
; 1c04e9 ; 1c04e9
UnknownText_0x1c04e9: ; 1c04e9 UnknownText_0x1c04e9: ; 1c04e9
text_from_ram $c903 text_from_ram wc903
text " sent" text " sent"
line "@" line "@"
text_from_ram $d073 text_from_ram StringBuffer1
text "." text "."
prompt prompt
; 1c04fa ; 1c04fa
UnknownText_0x1c04fa: ; 1c04fa UnknownText_0x1c04fa: ; 1c04fa
text_from_ram $c903 text_from_ram wc903
text " sent" text " sent"
line "@" line "@"
text_from_ram $d073 text_from_ram StringBuffer1
text $55 text $55
db "to @" db "to @"
text_from_ram $c953 text_from_ram wc950 + 3
text "'s home." text "'s home."
prompt prompt
; 1c051a ; 1c051a
@@ -302,16 +302,16 @@ UnknownText_0x1c04fa: ; 1c04fa
UnknownText_0x1c051a: ; 1c051a UnknownText_0x1c051a: ; 1c051a
text "Received" text "Received"
line "@" line "@"
text_from_ram $c850 text_from_ram wc850
text "'s CARD." text "'s CARD."
prompt prompt
; 1c0531 ; 1c0531
UnknownText_0x1c0531: ; 1c0531 UnknownText_0x1c0531: ; 1c0531
text_from_ram $c850 text_from_ram wc850
text "'s CARD was" text "'s CARD was"
line "listed as no.@" line "listed as no.@"
deciram $d265, $12 deciram wd265, $12
text "." text "."
prompt prompt
; 1c0555 ; 1c0555
@@ -347,7 +347,7 @@ UnknownText_0x1c05c8: ; 1c05c8
; 1c05dd ; 1c05dd
UnknownText_0x1c05dd: ; 1c05dd UnknownText_0x1c05dd: ; 1c05dd
text_from_ram $d086 text_from_ram StringBuffer2
text " used" text " used"
line "CUT!" line "CUT!"
prompt prompt
@@ -371,7 +371,7 @@ UnknownText_0x1c062e: ; 1c062e
; 1c062f ; 1c062f
_UsedSurfText: ; 1c062f _UsedSurfText: ; 1c062f
text_from_ram $d086 text_from_ram StringBuffer2
text " used" text " used"
line "SURF!" line "SURF!"
done done
@@ -396,7 +396,7 @@ _AskSurfText: ; 1c066c
; 1c068e ; 1c068e
UnknownText_0x1c068e: ; 1c068e UnknownText_0x1c068e: ; 1c068e
text_from_ram $d086 text_from_ram StringBuffer2
text " used" text " used"
line "WATERFALL!" line "WATERFALL!"
done done
@@ -415,7 +415,7 @@ UnknownText_0x1c06bf: ; 1c06bf
; 1c06de ; 1c06de
UnknownText_0x1c06de: ; 1c06de UnknownText_0x1c06de: ; 1c06de
text_from_ram $d086 text_from_ram StringBuffer2
text " used" text " used"
line "DIG!" line "DIG!"
done done
@@ -452,14 +452,14 @@ UnknownText_0x1c0751: ; 1c0751
; 1c0774 ; 1c0774
UnknownText_0x1c0774: ; 1c0774 UnknownText_0x1c0774: ; 1c0774
text_from_ram $d086 text_from_ram StringBuffer2
text " used" text " used"
line "STRENGTH!" line "STRENGTH!"
done done
; 1c0788 ; 1c0788
UnknownText_0x1c0788: ; 1c0788 UnknownText_0x1c0788: ; 1c0788
text_from_ram $d073 text_from_ram StringBuffer1
text " can" text " can"
line "move boulders." line "move boulders."
prompt prompt
@@ -487,7 +487,7 @@ UnknownText_0x1c07f4: ; 1c07f4
; 1c0816 ; 1c0816
UnknownText_0x1c0816: ; 1c0816 UnknownText_0x1c0816: ; 1c0816
text_from_ram $d086 text_from_ram StringBuffer2
text " used" text " used"
line "WHIRLPOOL!" line "WHIRLPOOL!"
prompt prompt
@@ -512,7 +512,7 @@ UnknownText_0x1c0864: ; 1c0864
; 1c0897 ; 1c0897
UnknownText_0x1c0897: ; 1c0897 UnknownText_0x1c0897: ; 1c0897
text_from_ram $d086 text_from_ram StringBuffer2
text " did a" text " did a"
line "HEADBUTT!" line "HEADBUTT!"
prompt prompt
@@ -533,7 +533,7 @@ UnknownText_0x1c08bc: ; 1c08bc
; 1c08f0 ; 1c08f0
UnknownText_0x1c08f0: ; 1c08f0 UnknownText_0x1c08f0: ; 1c08f0
text_from_ram $d086 text_from_ram StringBuffer2
text " used" text " used"
line "ROCK SMASH!" line "ROCK SMASH!"
prompt prompt
@@ -580,7 +580,7 @@ UnknownText_0x1c099a: ; 1c099a
UnknownText_0x1c09b2: ; 1c09b2 UnknownText_0x1c09b2: ; 1c09b2
text $52, " got on the" text $52, " got on the"
line "@" line "@"
text_from_ram $d086 text_from_ram StringBuffer2
text "." text "."
done done
; 1c09c7 ; 1c09c7
@@ -588,7 +588,7 @@ UnknownText_0x1c09b2: ; 1c09b2
UnknownText_0x1c09c7: ; 1c09c7 UnknownText_0x1c09c7: ; 1c09c7
text $52, " got off" text $52, " got off"
line "the @" line "the @"
text_from_ram $d086 text_from_ram StringBuffer2
text "." text "."
done done
; 1c09dd ; 1c09dd
@@ -610,7 +610,7 @@ UnknownText_0x1c0a05: ; 1c0a05
UnknownText_0x1c0a1c: ; 1c0a1c UnknownText_0x1c0a1c: ; 1c0a1c
text $52, " found" text $52, " found"
line "@" line "@"
text_from_ram $d099 text_from_ram StringBuffer3
text "!" text "!"
done done
; 1c0a2c ; 1c0a2c
@@ -645,8 +645,8 @@ UnknownText_0x1c0aa9: ; 1c0aa9
; 1c0acc ; 1c0acc
UnknownText_0x1c0acc: ; 1c0acc UnknownText_0x1c0acc: ; 1c0acc
text_from_ram $d099 text_from_ram StringBuffer3
db $0 text ""
line "fainted!" line "fainted!"
prompt prompt
; 1c0ada ; 1c0ada
@@ -661,7 +661,7 @@ UnknownText_0x1c0ada: ; 1c0ada
; 1c0b03 ; 1c0b03
UnknownText_0x1c0b03: ; 1c0b03 UnknownText_0x1c0b03: ; 1c0b03
text_from_ram $d099 text_from_ram StringBuffer3
text " used" text " used"
line "SWEET SCENT!" line "SWEET SCENT!"
done done
@@ -707,10 +707,10 @@ UnknownText_0x1c0ba5: ; 1c0ba5
UnknownText_0x1c0bbb: ; 1c0bbb UnknownText_0x1c0bbb: ; 1c0bbb
text "Throw away @" text "Throw away @"
deciram $d10c, $12 deciram wd10c, $12
db $0 text ""
line "@" line "@"
text_from_ram $d086 text_from_ram StringBuffer2
text "(S)?" text "(S)?"
done done
; 1c0bd8 ; 1c0bd8
@@ -718,7 +718,7 @@ UnknownText_0x1c0bbb: ; 1c0bbb
UnknownText_0x1c0bd8: ; 1c0bd8 UnknownText_0x1c0bd8: ; 1c0bd8
text "Threw away" text "Threw away"
line "@" line "@"
text_from_ram $d086 text_from_ram StringBuffer2
text "(S)." text "(S)."
prompt prompt
; 1c0bee ; 1c0bee
@@ -739,7 +739,7 @@ UnknownText_0x1c0c17: ; 1c0c17
UnknownText_0x1c0c2e: ; 1c0c2e UnknownText_0x1c0c2e: ; 1c0c2e
text "Registered the" text "Registered the"
line "@" line "@"
text_from_ram $d086 text_from_ram StringBuffer2
text "." text "."
prompt prompt
; 1c0c45 ; 1c0c45
@@ -757,7 +757,8 @@ UnknownText_0x1c0c63: ; 1c0c63
; 1c0c83 ; 1c0c83
UnknownText_0x1c0c83: ; 1c0c83 UnknownText_0x1c0c83: ; 1c0c83
db $0, $57 text ""
done
; 1c0c85 ; 1c0c85
UnknownText_0x1c0c85: ; 1c0c85 UnknownText_0x1c0c85: ; 1c0c85
@@ -773,9 +774,9 @@ UnknownText_0x1c0ca3: ; 1c0ca3
; 1c0cc6 ; 1c0cc6
UnknownText_0x1c0cc6: ; 1c0cc6 UnknownText_0x1c0cc6: ; 1c0cc6
db $0, $5a, "'s" text $5a, "'s"
line "@" line "@"
text_from_ram $d086 text_from_ram StringBuffer2
db "@" db "@"
; 1c0ccf ; 1c0ccf
@@ -795,9 +796,9 @@ UnknownText_0x1c0ce0: ; 1c0ce0
; 1c0ceb ; 1c0ceb
UnknownText_0x1c0ceb: ; 1c0ceb UnknownText_0x1c0ceb: ; 1c0ceb
db $0, $59, "'s" text $59, "'s"
line "@" line "@"
text_from_ram $d086 text_from_ram StringBuffer2
db "@" db "@"
; 1c0cf4 ; 1c0cf4
@@ -817,59 +818,59 @@ UnknownText_0x1c0d06: ; 1c0d06
; 1c0d0e ; 1c0d0e
UnknownText_0x1c0d0e: ; 1c0d0e UnknownText_0x1c0d0e: ; 1c0d0e
db $0, $5a, "@" text $5a, "@"
db "@" db "@"
; 1c0d12 ; 1c0d12
UnknownText_0x1c0d12: ; 1c0d12 UnknownText_0x1c0d12: ; 1c0d12
db $0 text ""
line "made a whirlwind!" line "made a whirlwind!"
prompt prompt
; 1c0d26 ; 1c0d26
UnknownText_0x1c0d26: ; 1c0d26 UnknownText_0x1c0d26: ; 1c0d26
db $0 text ""
line "took in sunlight!" line "took in sunlight!"
prompt prompt
; 1c0d3a ; 1c0d3a
UnknownText_0x1c0d3a: ; 1c0d3a UnknownText_0x1c0d3a: ; 1c0d3a
db $0 text ""
line "lowered its head!" line "lowered its head!"
prompt prompt
; 1c0d4e ; 1c0d4e
UnknownText_0x1c0d4e: ; 1c0d4e UnknownText_0x1c0d4e: ; 1c0d4e
db $0 text ""
line "is glowing!" line "is glowing!"
prompt prompt
; 1c0d5c ; 1c0d5c
UnknownText_0x1c0d5c: ; 1c0d5c UnknownText_0x1c0d5c: ; 1c0d5c
db $0 text ""
line "flew up high!" line "flew up high!"
prompt prompt
; 1c0d6c ; 1c0d6c
UnknownText_0x1c0d6c: ; 1c0d6c UnknownText_0x1c0d6c: ; 1c0d6c
db $0 text ""
line "dug a hole!" line "dug a hole!"
prompt prompt
; 1c0d7a ; 1c0d7a
_ActorNameText: ; 1c0d7a _ActorNameText: ; 1c0d7a
db $0, $5a, "@" text $5a, "@"
db "@" db "@"
; 1c0d7e ; 1c0d7e
_UsedMove1Text: ; 1c0d7e _UsedMove1Text: ; 1c0d7e
db $0 text ""
line "used @" line "used @"
db "@" db "@"
; 1c0d87 ; 1c0d87
_UsedMove2Text: ; 1c0d87 _UsedMove2Text: ; 1c0d87
db $0 text ""
line "used @" line "used @"
db "@" db "@"
; 1c0d90 ; 1c0d90
@@ -921,7 +922,8 @@ UnknownText_0x1c0db0: ; 1c0db0
; 1c0db8 ; 1c0db8
UnknownText_0x1c0db8: ; 1c0db8 UnknownText_0x1c0db8: ; 1c0db8
db $0, $57 text ""
done
; 1c0dba ; 1c0dba
UnknownText_0x1c0dba: ; 1c0dba UnknownText_0x1c0dba: ; 1c0dba
@@ -947,8 +949,8 @@ UnknownText_0x1c0dd8: ; 1c0dd8
UnknownText_0x1c0df3: ; 1c0df3 UnknownText_0x1c0df3: ; 1c0df3
text "It's @" text "It's @"
text_from_ram $df2f text_from_ram wBreedMon2Nick
db $0 text ""
line "that was left with" line "that was left with"
cont "the DAY-CARE LADY." cont "the DAY-CARE LADY."
done done
@@ -956,8 +958,8 @@ UnknownText_0x1c0df3: ; 1c0df3
UnknownText_0x1c0e24: ; 1c0e24 UnknownText_0x1c0e24: ; 1c0e24
text "It's @" text "It's @"
text_from_ram $def6 text_from_ram wBreedMon1
db $0 text ""
line "that was left with" line "that was left with"
cont "the DAY-CARE MAN." cont "the DAY-CARE MAN."
done done
@@ -972,7 +974,7 @@ UnknownText_0x1c0e54: ; 1c0e54
UnknownText_0x1c0e6f: ; 1c0e6f UnknownText_0x1c0e6f: ; 1c0e6f
text "It has no interest" text "It has no interest"
line "in @" line "in @"
text_from_ram $d073 text_from_ram StringBuffer1
text "." text "."
prompt prompt
; 1c0e8d ; 1c0e8d
@@ -980,7 +982,7 @@ UnknownText_0x1c0e6f: ; 1c0e6f
UnknownText_0x1c0e8d: ; 1c0e8d UnknownText_0x1c0e8d: ; 1c0e8d
text "It appears to care" text "It appears to care"
line "for @" line "for @"
text_from_ram $d073 text_from_ram StringBuffer1
text "." text "."
prompt prompt
; 1c0eac ; 1c0eac
@@ -988,7 +990,7 @@ UnknownText_0x1c0e8d: ; 1c0e8d
UnknownText_0x1c0eac: ; 1c0eac UnknownText_0x1c0eac: ; 1c0eac
text "It's friendly with" text "It's friendly with"
line "@" line "@"
text_from_ram $d073 text_from_ram StringBuffer1
text "." text "."
prompt prompt
; 1c0ec6 ; 1c0ec6
@@ -996,7 +998,7 @@ UnknownText_0x1c0eac: ; 1c0eac
UnknownText_0x1c0ec6: ; 1c0ec6 UnknownText_0x1c0ec6: ; 1c0ec6
text "It shows interest" text "It shows interest"
line "in @" line "in @"
text_from_ram $d073 text_from_ram StringBuffer1
text "." text "."
prompt prompt
; 1c0ee3 ; 1c0ee3
@@ -1053,12 +1055,12 @@ UnknownText_0x1c0fb8: ; 1c0fb8
; 1c0fbc ; 1c0fbc
UnknownText_0x1c0fbc: ; 1c0fbc UnknownText_0x1c0fbc: ; 1c0fbc
deciram $cf64, $13 deciram wcf64, $13
text " @" text " @"
text_from_ram $d073 text_from_ram StringBuffer1
db $0 text ""
line "Animation type @" line "Animation type @"
text_from_ram $d086 text_from_ram StringBuffer2
db "@" db "@"
; 1c0fdc ; 1c0fdc
@@ -1072,7 +1074,7 @@ UnknownText_0x1c0fdd: ; 1c0fdd
; 1c0feb ; 1c0feb
UnknownText_0x1c0feb: ; 1c0feb UnknownText_0x1c0feb: ; 1c0feb
text_from_ram $d073 text_from_ram StringBuffer1
text " was" text " was"
line "sent to BILL's PC." line "sent to BILL's PC."
prompt prompt
@@ -1118,7 +1120,7 @@ UnknownText_0x1c10a2: ; 1c10a2
UnknownText_0x1c10c0: ; 1c10c0 UnknownText_0x1c10c0: ; 1c10c0
text "Caught @" text "Caught @"
text_from_ram $d073 text_from_ram StringBuffer1
text "!" text "!"
prompt prompt
; 1c10cf ; 1c10cf
@@ -1131,7 +1133,7 @@ UnknownText_0x1c10cf: ; 1c10cf
UnknownText_0x1c10dd: ; 1c10dd UnknownText_0x1c10dd: ; 1c10dd
text "You already caught" text "You already caught"
line "a @" line "a @"
text_from_ram $d073 text_from_ram StringBuffer1
text "." text "."
prompt prompt
; 1c10fa ; 1c10fa
@@ -1142,11 +1144,11 @@ UnknownText_0x1c10fa: ; 1c10fa
interpret_data interpret_data
text "…", $51 text "…", $51
db "@" db "@"
text_from_ram $d016 text_from_ram wd016
text "," text ","
line "who caught a", $55 line "who caught a", $55
db "@" db "@"
text_from_ram $d073 text_from_ram StringBuffer1
text "!@" text "!@"
db "@" db "@"
; 1c113f ; 1c113f
@@ -1155,7 +1157,7 @@ UnknownText_0x1c113f: ; 1c113f
text $51 text $51
db "The winning score" db "The winning score"
line "was @" line "was @"
deciram $d004, $23 deciram wd004, $23
text " points!" text " points!"
prompt prompt
; 1c1166 ; 1c1166
@@ -1163,11 +1165,11 @@ UnknownText_0x1c113f: ; 1c113f
UnknownText_0x1c1166: ; 1c1166 UnknownText_0x1c1166: ; 1c1166
text "Placing second was" text "Placing second was"
line "@" line "@"
text_from_ram $d016 text_from_ram wd016
text ",", $51 text ",", $51
db "who caught a" db "who caught a"
line "@" line "@"
text_from_ram $d073 text_from_ram StringBuffer1
text "!@" text "!@"
db "@" db "@"
; 1c1196 ; 1c1196
@@ -1176,7 +1178,7 @@ UnknownText_0x1c1196: ; 1c1196
text $51 text $51
db "The score was" db "The score was"
line "@" line "@"
deciram $d008, $23 deciram wd008, $23
text " points!" text " points!"
prompt prompt
; 1c11b5 ; 1c11b5
@@ -1184,11 +1186,11 @@ UnknownText_0x1c1196: ; 1c1196
UnknownText_0x1c11b5: ; 1c11b5 UnknownText_0x1c11b5: ; 1c11b5
text "Placing third was" text "Placing third was"
line "@" line "@"
text_from_ram $d016 text_from_ram wd016
text ",", $51 text ",", $51
db "who caught a" db "who caught a"
line "@" line "@"
text_from_ram $d073 text_from_ram StringBuffer1
text "!@" text "!@"
db "@" db "@"
; 1c11e4 ; 1c11e4
@@ -1197,7 +1199,7 @@ UnknownText_0x1c11e4: ; 1c11e4
text $51 text $51
db "The score was" db "The score was"
line "@" line "@"
deciram $d00c, $23 deciram wd00c, $23
text " points!" text " points!"
prompt prompt
; 1c1203 ; 1c1203
@@ -1208,7 +1210,7 @@ UnknownText_0x1c1203: ; 1c1203
para "…Hm, it measures" para "…Hm, it measures"
line "@" line "@"
text_from_ram $d073 text_from_ram StringBuffer1
text "." text "."
prompt prompt
; 1c123a ; 1c123a
@@ -1216,10 +1218,10 @@ UnknownText_0x1c1203: ; 1c1203
UnknownText_0x1c123a: ; 1c123a UnknownText_0x1c123a: ; 1c123a
text "CURRENT RECORD", $51 text "CURRENT RECORD", $51
db "@" db "@"
text_from_ram $d073 text_from_ram StringBuffer1
text " caught by" text " caught by"
line "@" line "@"
text_from_ram $dfea text_from_ram wdfe9 + 1
text_waitbutton text_waitbutton
db "@" db "@"
; 1c1260 ; 1c1260
@@ -1235,7 +1237,7 @@ UnknownText_0x1c1261: ; 1c1261
line "with the ID number" line "with the ID number"
para "of @" para "of @"
text_from_ram $d073 text_from_ram StringBuffer1
text " in" text " in"
line "your party." line "your party."
prompt prompt
@@ -1248,7 +1250,7 @@ UnknownText_0x1c12ae: ; 1c12ae
line "with the ID number" line "with the ID number"
para "of @" para "of @"
text_from_ram $d073 text_from_ram StringBuffer1
text " in" text " in"
line "your PC BOX." line "your PC BOX."
prompt prompt
@@ -1257,7 +1259,7 @@ UnknownText_0x1c12ae: ; 1c12ae
UnknownText_0x1c12fc: ; 1c12fc UnknownText_0x1c12fc: ; 1c12fc
text "Give a nickname to" text "Give a nickname to"
line "the @" line "the @"
text_from_ram $d073 text_from_ram StringBuffer1
text " you" text " you"
cont "received?" cont "received?"
done done
@@ -1290,10 +1292,10 @@ _KrissPCHowManyWithdrawText: ; 1c1381
_KrissPCWithdrewItemsText: ; 1c13a4 _KrissPCWithdrewItemsText: ; 1c13a4
text "Withdrew @" text "Withdrew @"
deciram $d10c, $12 deciram wd10c, $12
db $0 text ""
line "@" line "@"
text_from_ram $d086 text_from_ram StringBuffer2
text "(S)." text "(S)."
prompt prompt
; 1c13bf ; 1c13bf
@@ -1317,10 +1319,10 @@ _KrissPCHowManyDepositText: ; 1c13ef
_KrissPCDepositItemsText: ; 1c1411 _KrissPCDepositItemsText: ; 1c1411
text "Deposited @" text "Deposited @"
deciram $d10c, $12 deciram wd10c, $12
db $0 text ""
line "@" line "@"
text_from_ram $d086 text_from_ram StringBuffer2
text "(S)." text "(S)."
prompt prompt
; 1c142d ; 1c142d
@@ -1387,10 +1389,10 @@ _OakPCText2: ; 1c1533
; 1c1553 ; 1c1553
_OakPCText3: ; 1c1553 _OakPCText3: ; 1c1553
text_from_ram $d099 text_from_ram StringBuffer3
text " #MON seen" text " #MON seen"
line "@" line "@"
text_from_ram $d0ac text_from_ram StringBuffer4
text " #MON owned" text " #MON owned"
para "PROF.OAK's" para "PROF.OAK's"
@@ -1598,17 +1600,17 @@ UnknownText_0x1c1a6c: ; 1c1a6c
UnknownText_0x1c1a90: ; 1c1a90 UnknownText_0x1c1a90: ; 1c1a90
text "Toss out how many" text "Toss out how many"
line "@" line "@"
text_from_ram $d086 text_from_ram StringBuffer2
text "(S)?" text "(S)?"
done done
; 1c1aad ; 1c1aad
UnknownText_0x1c1aad: ; 1c1aad UnknownText_0x1c1aad: ; 1c1aad
text "Throw away @" text "Throw away @"
deciram $d10c, $12 deciram wd10c, $12
db $0 text ""
line "@" line "@"
text_from_ram $d086 text_from_ram StringBuffer2
text "(S)?" text "(S)?"
done done
; 1c1aca ; 1c1aca
@@ -1616,7 +1618,7 @@ UnknownText_0x1c1aad: ; 1c1aad
UnknownText_0x1c1aca: ; 1c1aca UnknownText_0x1c1aca: ; 1c1aca
text "Discarded" text "Discarded"
line "@" line "@"
text_from_ram $d073 text_from_ram StringBuffer1
text "(S)." text "(S)."
prompt prompt
; 1c1adf ; 1c1adf
@@ -1636,25 +1638,25 @@ UnknownText_0x1c1b03: ; 1c1b03
UnknownText_0x1c1b2c: ; 1c1b2c UnknownText_0x1c1b2c: ; 1c1b2c
text "Took @" text "Took @"
text_from_ram $d050 text_from_ram wd050
text "'s" text "'s"
line "@" line "@"
text_from_ram $d073 text_from_ram StringBuffer1
text " and" text " and"
para "made it hold" para "made it hold"
line "@" line "@"
text_from_ram $d086 text_from_ram StringBuffer2
text "." text "."
prompt prompt
; 1c1b57 ; 1c1b57
UnknownText_0x1c1b57: ; 1c1b57 UnknownText_0x1c1b57: ; 1c1b57
text "Made @" text "Made @"
text_from_ram $d050 text_from_ram wd050
db $0 text ""
line "hold @" line "hold @"
text_from_ram $d086 text_from_ram StringBuffer2
text "." text "."
prompt prompt
; 1c1b6f ; 1c1b6f
@@ -1666,7 +1668,7 @@ UnknownText_0x1c1b6f: ; 1c1b6f
; 1c1b8e ; 1c1b8e
UnknownText_0x1c1b8e: ; 1c1b8e UnknownText_0x1c1b8e: ; 1c1b8e
text_from_ram $d050 text_from_ram wd050
text " isn't" text " isn't"
line "holding anything." line "holding anything."
prompt prompt
@@ -1680,21 +1682,21 @@ UnknownText_0x1c1baa: ; 1c1baa
UnknownText_0x1c1bc4: ; 1c1bc4 UnknownText_0x1c1bc4: ; 1c1bc4
text "Took @" text "Took @"
text_from_ram $d073 text_from_ram StringBuffer1
db $0 text ""
line "from @" line "from @"
text_from_ram $d050 text_from_ram wd050
text "." text "."
prompt prompt
; 1c1bdc ; 1c1bdc
UnknownText_0x1c1bdc: ; 1c1bdc UnknownText_0x1c1bdc: ; 1c1bdc
text_from_ram $d050 text_from_ram wd050
text " is" text " is"
line "already holding" line "already holding"
para "@" para "@"
text_from_ram $d073 text_from_ram StringBuffer1
text "." text "."
line "Switch items?" line "Switch items?"
done done
@@ -1715,7 +1717,7 @@ UnknownText_0x1c1c22: ; 1c1c22
UnknownText_0x1c1c47: ; 1c1c47 UnknownText_0x1c1c47: ; 1c1c47
text "MAIL detached from" text "MAIL detached from"
line "@" line "@"
text_from_ram $d073 text_from_ram StringBuffer1
text "." text "."
prompt prompt
; 1c1c62 ; 1c1c62

View File

@@ -73,7 +73,7 @@ UnknownText_0x1c41b1: ; 0x1c41b1
UnknownText_0x1c41e6: ; 0x1c41e6 UnknownText_0x1c41e6: ; 0x1c41e6
text "Your friend's" text "Your friend's"
line "@" line "@"
text_from_ram $d073 text_from_ram StringBuffer1
text " appears" text " appears"
cont "to be abnormal!" cont "to be abnormal!"
prompt prompt
@@ -81,10 +81,10 @@ UnknownText_0x1c41e6: ; 0x1c41e6
UnknownText_0x1c4212: ; 0x1c4212 UnknownText_0x1c4212: ; 0x1c4212
text "Trade @" text "Trade @"
text_from_ram $d004 text_from_ram wd004
db $0 text ""
line "for @" line "for @"
text_from_ram $d073 text_from_ram StringBuffer1
text "?" text "?"
done done
; 0x1c422a ; 0x1c422a
@@ -137,7 +137,7 @@ UnknownText_0x1c4298: ; 0x1c4298
UnknownText_0x1c439c: ; 0x1c439c UnknownText_0x1c439c: ; 0x1c439c
text "Today's remaining" text "Today's remaining"
line "time is @" line "time is @"
deciram $d086, $12 deciram StringBuffer2, $12
text " min." text " min."
para "Would you like to" para "Would you like to"
@@ -147,8 +147,8 @@ UnknownText_0x1c439c: ; 0x1c439c
UnknownText_0x1c43dc: ; 0x1c43dc UnknownText_0x1c43dc: ; 0x1c43dc
text "There are only @" text "There are only @"
deciram $d086, $12 deciram StringBuffer2, $12
db $0 text ""
line "min. left today." line "min. left today."
para "Want a quick" para "Want a quick"
@@ -201,7 +201,7 @@ UnknownText_0x1c4508: ; 0x1c4508
UnknownText_0x1c4525: ; 0x1c4525 UnknownText_0x1c4525: ; 0x1c4525
text "Today's remaining" text "Today's remaining"
line "time is @" line "time is @"
deciram $d086, $12 deciram StringBuffer2, $12
text " min." text " min."
done done
; 0x1c454b ; 0x1c454b
@@ -293,7 +293,7 @@ UnknownText_0x1c4706:: ; 0x1c4706
UnknownText_0x1c4719:: ; 0x1c4719 UnknownText_0x1c4719:: ; 0x1c4719
text $52, " received" text $52, " received"
line "@" line "@"
text_from_ram $d0ac text_from_ram StringBuffer4
text "." text "."
done done
; 0x1c472c ; 0x1c472c
@@ -301,18 +301,18 @@ UnknownText_0x1c4719:: ; 0x1c4719
UnknownText_0x1c472c:: ; 0x1c472c UnknownText_0x1c472c:: ; 0x1c472c
text $52, " put the" text $52, " put the"
line "@" line "@"
text_from_ram $d073 text_from_ram StringBuffer1
text " in" text " in"
cont "the @" cont "the @"
text_from_ram $d099 text_from_ram StringBuffer3
text "." text "."
prompt prompt
; 0x1c474b ; 0x1c474b
UnknownText_0x1c474b:: ; 0x1c474b UnknownText_0x1c474b:: ; 0x1c474b
text "The @" text "The @"
text_from_ram $d099 text_from_ram StringBuffer3
db $0 text ""
line "is full…" line "is full…"
prompt prompt
; 0x1c475f ; 0x1c475f
@@ -338,10 +338,10 @@ UnknownText_0x1c4797: ; 0x1c4797
UnknownText_0x1c47d4: ; 0x1c47d4 UnknownText_0x1c47d4: ; 0x1c47d4
text "Hm… I see you met" text "Hm… I see you met"
line "@" line "@"
text_from_ram $d003 text_from_ram wd003
text " here:" text " here:"
cont "@" cont "@"
text_from_ram $d00e text_from_ram wd00e
text "!" text "!"
prompt prompt
; 0x1c47fa ; 0x1c47fa
@@ -349,11 +349,11 @@ UnknownText_0x1c47d4: ; 0x1c47d4
UnknownText_0x1c47fa: ; 0x1c47fa UnknownText_0x1c47fa: ; 0x1c47fa
text "The time was" text "The time was"
line "@" line "@"
text_from_ram $d01f text_from_ram wd01f
text "!" text "!"
para "Its level was @" para "Its level was @"
text_from_ram $d036 text_from_ram wd036
text "!" text "!"
para "Am I good or what?" para "Am I good or what?"
@@ -362,21 +362,21 @@ UnknownText_0x1c47fa: ; 0x1c47fa
UnknownText_0x1c4837: ; 0x1c4837 UnknownText_0x1c4837: ; 0x1c4837
text "Hm… @" text "Hm… @"
text_from_ram $d003 text_from_ram wd003
db $0 text ""
line "came from @" line "came from @"
text_from_ram $d02a text_from_ram wd02a
text $55 text $55
db "in a trade?" db "in a trade?"
para "@" para "@"
text_from_ram $d00e text_from_ram wd00e
db $0 text ""
line "was where @" line "was where @"
text_from_ram $d02a text_from_ram wd02a
text $55 text $55
db "met @" db "met @"
text_from_ram $d003 text_from_ram wd003
text "!" text "!"
prompt prompt
; 0x1c487f ; 0x1c487f
@@ -393,7 +393,7 @@ UnknownText_0x1c487f: ; 0x1c487f
para "I can't tell where" para "I can't tell where"
line "you met it, but it" line "you met it, but it"
cont "was at level @" cont "was at level @"
text_from_ram $d036 text_from_ram wd036
text "." text "."
para "Am I good or what?" para "Am I good or what?"
@@ -434,7 +434,7 @@ UnknownText_0x1c49c6: ; 0x1c49c6
line "grown a little." line "grown a little."
para "@" para "@"
text_from_ram $d003 text_from_ram wd003
text " seems" text " seems"
line "to be becoming" line "to be becoming"
cont "more confident." cont "more confident."
@@ -445,7 +445,7 @@ UnknownText_0x1c4a21: ; 0x1c4a21
text "Incidentally…" text "Incidentally…"
para "@" para "@"
text_from_ram $d003 text_from_ram wd003
text " has" text " has"
line "grown. It's gained" line "grown. It's gained"
cont "much strength." cont "much strength."
@@ -459,8 +459,8 @@ UnknownText_0x1c4a5b: ; 0x1c4a5b
line "grown mighty!" line "grown mighty!"
para "This @" para "This @"
text_from_ram $d003 text_from_ram wd003
db $0 text ""
line "must have come" line "must have come"
para "through numerous" para "through numerous"
@@ -483,12 +483,12 @@ UnknownText_0x1c4ae5: ; 0x1c4ae5
para "seen a #MON as" para "seen a #MON as"
line "mighty as this" line "mighty as this"
cont "@" cont "@"
text_from_ram $d003 text_from_ram wd003
text "." text "."
para "I'm sure that" para "I'm sure that"
line "seeing @" line "seeing @"
text_from_ram $d003 text_from_ram wd003
text $51 text $51
db "in battle would" db "in battle would"
line "excite anyone." line "excite anyone."
@@ -498,7 +498,7 @@ UnknownText_0x1c4ae5: ; 0x1c4ae5
UnknownText_0x1c4b92: ; 0x1c4b92 UnknownText_0x1c4b92: ; 0x1c4b92
text "Congratulations!" text "Congratulations!"
line "Your @" line "Your @"
text_from_ram $d086 text_from_ram StringBuffer2
db "@" db "@"
; 0x1c4bae ; 0x1c4bae
@@ -510,23 +510,23 @@ UnknownText_0x1c4baf: ; 0x1c4baf
text $51 text $51
db "evolved into" db "evolved into"
line "@" line "@"
text_from_ram $d073 text_from_ram StringBuffer1
text "!" text "!"
done done
; 0x1c4bc5 ; 0x1c4bc5
UnknownText_0x1c4bc5: ; 0x1c4bc5 UnknownText_0x1c4bc5: ; 0x1c4bc5
text "Huh? @" text "Huh? @"
text_from_ram $d086 text_from_ram StringBuffer2
db $0 text ""
line "stopped evolving!" line "stopped evolving!"
prompt prompt
; 0x1c4be3 ; 0x1c4be3
UnknownText_0x1c4be3: ; 0x1c4be3 UnknownText_0x1c4be3: ; 0x1c4be3
text "What? @" text "What? @"
text_from_ram $d086 text_from_ram StringBuffer2
db $0 text ""
line "is evolving!" line "is evolving!"
done done
; 0x1c4bfd ; 0x1c4bfd
@@ -537,9 +537,9 @@ UnknownText_0x1c4bfd: ; 0x1c4bfd
; 0x1c4c08 ; 0x1c4c08
UnknownText_0x1c4c08: ; 0x1c4c08 UnknownText_0x1c4c08: ; 0x1c4c08
deciram $d10c, $12 deciram wd10c, $12
text " @" text " @"
text_from_ram $d086 text_from_ram StringBuffer2
text "(S)" text "(S)"
line "will be ¥@" line "will be ¥@"
deciram $ffc3, $36 deciram $ffc3, $36
@@ -569,9 +569,9 @@ UnknownText_0x1c4ca3: ; 0x1c4ca3
; 0x1c4cae ; 0x1c4cae
UnknownText_0x1c4cae: ; 0x1c4cae UnknownText_0x1c4cae: ; 0x1c4cae
deciram $d10c, $12 deciram wd10c, $12
text " @" text " @"
text_from_ram $d086 text_from_ram StringBuffer2
text "(S)" text "(S)"
line "will be ¥@" line "will be ¥@"
deciram $ffc3, $36 deciram $ffc3, $36
@@ -616,7 +616,7 @@ UnknownText_0x1c4d47: ; 0x1c4d47
; 0x1c4db0 ; 0x1c4db0
UnknownText_0x1c4db0: ; 0x1c4db0 UnknownText_0x1c4db0: ; 0x1c4db0
text_from_ram $d086 text_from_ram StringBuffer2
text " costs" text " costs"
line "¥@" line "¥@"
deciram $ffc3, $36 deciram $ffc3, $36
@@ -666,9 +666,9 @@ UnknownText_0x1c4e7e: ; 0x1c4e7e
; 0x1c4e89 ; 0x1c4e89
UnknownText_0x1c4e89: ; 0x1c4e89 UnknownText_0x1c4e89: ; 0x1c4e89
deciram $d10c, $12 deciram wd10c, $12
text " @" text " @"
text_from_ram $d086 text_from_ram StringBuffer2
text "(S)" text "(S)"
line "will cost ¥@" line "will cost ¥@"
deciram $ffc3, $36 deciram $ffc3, $36
@@ -766,7 +766,7 @@ UnknownText_0x1c502e: ; 0x1c502e
deciram $ffc3, $36 deciram $ffc3, $36
text " for" text " for"
line "@" line "@"
text_from_ram $d086 text_from_ram StringBuffer2
text "(S)." text "(S)."
done done
; 0x1c5049 ; 0x1c5049
@@ -802,7 +802,7 @@ UnknownText_0x1c5092: ; 0x1c5092
UnknownText_0x1c509f: ; 0x1c509f UnknownText_0x1c509f: ; 0x1c509f
text "lined up!" text "lined up!"
line "Won @" line "Won @"
text_from_ram $d086 text_from_ram StringBuffer2
text " coins!" text " coins!"
done done
; 0x1c50bb ; 0x1c50bb
@@ -858,13 +858,13 @@ UnknownText_0x1c51d7: ; 0x1c51d7
; 0x1c51f4 ; 0x1c51f4
UnknownText_0x1c51f4: ; 0x1c51f4 UnknownText_0x1c51f4: ; 0x1c51f4
text_from_ram $d006 text_from_ram wd006
text "," text ","
line "@" line "@"
text_from_ram $d00c text_from_ram wd00c
text " and" text " and"
cont "@" cont "@"
text_from_ram $d012 text_from_ram wd012
text "." text "."
para "Use these three?" para "Use these three?"
@@ -983,7 +983,7 @@ UnknownText_0x1c5580: ; 0x1c5580
; 0x1c5588 ; 0x1c5588
UnknownText_0x1c5588: ; 0x1c5588 UnknownText_0x1c5588: ; 0x1c5588
db $0, $56, $57 text "", $56, $57
; 0x1c558b ; 0x1c558b
UnknownText_0x1c558b: ; 0x1c558b UnknownText_0x1c558b: ; 0x1c558b
@@ -1038,10 +1038,10 @@ UnknownText_0x1c564a: ; 0x1c564a
; 0x1c5660 ; 0x1c5660
UnknownText_0x1c5660: ; 0x1c5660 UnknownText_0x1c5660: ; 0x1c5660
text_from_ram $d050 text_from_ram wd050
text " learned" text " learned"
line "@" line "@"
text_from_ram $d086 text_from_ram StringBuffer2
text "!@" text "!@"
sound0 sound0
text_waitbutton text_waitbutton
@@ -1060,39 +1060,39 @@ UnknownText_0x1c5678: ; 0x1c5678
UnknownText_0x1c5699: ; 0x1c5699 UnknownText_0x1c5699: ; 0x1c5699
text "Stop learning" text "Stop learning"
line "@" line "@"
text_from_ram $d086 text_from_ram StringBuffer2
text "?" text "?"
done done
; 0x1c56af ; 0x1c56af
UnknownText_0x1c56af: ; 0x1c56af UnknownText_0x1c56af: ; 0x1c56af
text_from_ram $d050 text_from_ram wd050
db $0 text ""
line "did not learn" line "did not learn"
cont "@" cont "@"
text_from_ram $d086 text_from_ram StringBuffer2
text "." text "."
prompt prompt
; 0x1c56c9 ; 0x1c56c9
UnknownText_0x1c56c9: ; 0x1c56c9 UnknownText_0x1c56c9: ; 0x1c56c9
text_from_ram $d050 text_from_ram wd050
text " is" text " is"
line "trying to learn" line "trying to learn"
cont "@" cont "@"
text_from_ram $d086 text_from_ram StringBuffer2
text "." text "."
para "But @" para "But @"
text_from_ram $d050 text_from_ram wd050
db $0 text ""
line "can't learn more" line "can't learn more"
cont "than four moves." cont "than four moves."
para "Delete an older" para "Delete an older"
line "move to make room" line "move to make room"
cont "for @" cont "for @"
text_from_ram $d086 text_from_ram StringBuffer2
text "?" text "?"
done done
; 0x1c5740 ; 0x1c5740
@@ -1112,10 +1112,10 @@ UnknownText_0x1c574e: ; 0x1c574e
interpret_data interpret_data
text $51 text $51
db "@" db "@"
text_from_ram $d050 text_from_ram wd050
text " forgot" text " forgot"
line "@" line "@"
text_from_ram $d073 text_from_ram StringBuffer1
text "." text "."
para "And…" para "And…"
@@ -1181,7 +1181,7 @@ UnknownText_0x1c5823: ; 0x1c5823
; 0x1c5824 ; 0x1c5824
UnknownText_0x1c5824: ; 0x1c5824 UnknownText_0x1c5824: ; 0x1c5824
db $0, $56, $57 text "", $56, $57
; 0x1c5827 ; 0x1c5827
UnknownText_0x1c5827: ; 0x1c5827 UnknownText_0x1c5827: ; 0x1c5827
@@ -1215,7 +1215,7 @@ UnknownText_0x1c589f: ; 0x1c589f
; 0x1c58bc ; 0x1c58bc
UnknownText_0x1c58bc: ; 0x1c58bc UnknownText_0x1c58bc: ; 0x1c58bc
text_from_ram $d073 text_from_ram StringBuffer1
text "?" text "?"
line "Is that right?" line "Is that right?"
done done
@@ -1281,7 +1281,7 @@ UnknownText_0x1c59c3: ; 0x1c59c3
UnknownText_0x1c59e5: ; 0x1c59e5 UnknownText_0x1c59e5: ; 0x1c59e5
text "The @" text "The @"
text_from_ram $d086 text_from_ram StringBuffer2
text " #MON" text " #MON"
line "must all be", $55 line "must all be", $55
db "different kinds.", $51 db "different kinds.", $51
@@ -1290,7 +1290,7 @@ UnknownText_0x1c59e5: ; 0x1c59e5
UnknownText_0x1c5a13: ; 0x1c5a13 UnknownText_0x1c5a13: ; 0x1c5a13
text "The @" text "The @"
text_from_ram $d086 text_from_ram StringBuffer2
text " #MON" text " #MON"
line "must not hold the", $55 line "must not hold the", $55
db "same items.", $51 db "same items.", $51
@@ -1344,8 +1344,8 @@ UnknownText_0x1c5afa: ; 0x1c5afa
UnknownText_0x1c5b17: ; 0x1c5b17 UnknownText_0x1c5b17: ; 0x1c5b17
text "Gotcha! @" text "Gotcha! @"
text_from_ram $c616 text_from_ram EnemyMonNick
db $0 text ""
line "was caught!@" line "was caught!@"
sound0x02 sound0x02
db "@" db "@"
@@ -1365,14 +1365,14 @@ UnknownText_0x1c5b37: ; 0x1c5b37
; 0x1c5b38 ; 0x1c5b38
UnknownText_0x1c5b38: ; 0x1c5b38 UnknownText_0x1c5b38: ; 0x1c5b38
text_from_ram $d050 text_from_ram wd050
text " was" text " was"
line "sent to BILL's PC." line "sent to BILL's PC."
prompt prompt
; 0x1c5b53 ; 0x1c5b53
UnknownText_0x1c5b53: ; 0x1c5b53 UnknownText_0x1c5b53: ; 0x1c5b53
text_from_ram $c616 text_from_ram EnemyMonNick
text "'s data" text "'s data"
line "was newly added to", $55 line "was newly added to", $55
db "the #DEX.@" db "the #DEX.@"
@@ -1388,16 +1388,16 @@ UnknownText_0x1c5b7e: ; 0x1c5b7e
UnknownText_0x1c5b7f: ; 0x1c5b7f UnknownText_0x1c5b7f: ; 0x1c5b7f
text "Give a nickname to" text "Give a nickname to"
line "@" line "@"
text_from_ram $d073 text_from_ram StringBuffer1
text "?" text "?"
done done
; 0x1c5b9a ; 0x1c5b9a
UnknownText_0x1c5b9a: ; 0x1c5b9a UnknownText_0x1c5b9a: ; 0x1c5b9a
text_from_ram $d073 text_from_ram StringBuffer1
text "'s" text "'s"
line "@" line "@"
text_from_ram $d086 text_from_ram StringBuffer2
text " rose." text " rose."
prompt prompt
; 0x1c5bac ; 0x1c5bac
@@ -1431,7 +1431,7 @@ UnknownText_0x1c5c28: ; 0x1c5c28
; 0x1c5c44 ; 0x1c5c44
UnknownText_0x1c5c44: ; 0x1c5c44 UnknownText_0x1c5c44: ; 0x1c5c44
db $0, $52, " played the" text $52, " played the"
line "# FLUTE.@" line "# FLUTE.@"
text_waitbutton text_waitbutton
db "@" db "@"
@@ -1444,7 +1444,7 @@ UnknownText_0x1c5c5d: ; 0x1c5c5d
UnknownText_0x1c5c5e: ; 0x1c5c5e UnknownText_0x1c5c5e: ; 0x1c5c5e
text "You now have" text "You now have"
line "@" line "@"
deciram $dc4b, $12 deciram wdc4b, $12
text " points." text " points."
done done
; 0x1c5c7b ; 0x1c5c7b
@@ -1452,7 +1452,7 @@ UnknownText_0x1c5c5e: ; 0x1c5c5e
UnknownText_0x1c5c7b: ; 0x1c5c7b UnknownText_0x1c5c7b: ; 0x1c5c7b
text "Coins:" text "Coins:"
line "@" line "@"
deciram $d855, $24 deciram Coins, $24
db "@" db "@"
; 0x1c5c89 ; 0x1c5c89
@@ -1473,14 +1473,14 @@ UnknownText_0x1c5ca7: ; 0x1c5ca7
; 0x1c5cc6 ; 0x1c5cc6
UnknownText_0x1c5cc6: ; 0x1c5cc6 UnknownText_0x1c5cc6: ; 0x1c5cc6
text_from_ram $d086 text_from_ram StringBuffer2
text "'s PP" text "'s PP"
line "is maxed out." line "is maxed out."
prompt prompt
; 0x1c5cdd ; 0x1c5cdd
UnknownText_0x1c5cdd: ; 0x1c5cdd UnknownText_0x1c5cdd: ; 0x1c5cdd
text_from_ram $d086 text_from_ram StringBuffer2
text "'s PP" text "'s PP"
line "increased." line "increased."
prompt prompt
@@ -1553,7 +1553,7 @@ UnknownText_0x1c5e01: ; 0x1c5e01
UnknownText_0x1c5e1d: ; 0x1c5e1d UnknownText_0x1c5e1d: ; 0x1c5e1d
text "Can't get on your" text "Can't get on your"
line "@" line "@"
text_from_ram $d073 text_from_ram StringBuffer1
text " now." text " now."
prompt prompt
; 0x1c5e3a ; 0x1c5e3a
@@ -1568,7 +1568,7 @@ UnknownText_0x1c5e3a: ; 0x1c5e3a
UnknownText_0x1c5e68: ; 0x1c5e68 UnknownText_0x1c5e68: ; 0x1c5e68
text $52, " used the@" text $52, " used the@"
text_dunno1 text_dunno1
text_from_ram $d086 text_from_ram StringBuffer2
text "." text "."
done done
; 0x1c5e7b ; 0x1c5e7b
@@ -1576,7 +1576,7 @@ UnknownText_0x1c5e68: ; 0x1c5e68
UnknownText_0x1c5e7b: ; 0x1c5e7b UnknownText_0x1c5e7b: ; 0x1c5e7b
text $52, " got on the@" text $52, " got on the@"
text_dunno1 text_dunno1
text_from_ram $d086 text_from_ram StringBuffer2
text "." text "."
prompt prompt
; 0x1c5e90 ; 0x1c5e90
@@ -1585,16 +1585,16 @@ UnknownText_0x1c5e90: ; 0x1c5e90
text $52, " got off@" text $52, " got off@"
text_dunno1 text_dunno1
text "the @" text "the @"
text_from_ram $d086 text_from_ram StringBuffer2
text "." text "."
prompt prompt
; 0x1c5ea8 ; 0x1c5ea8
UnknownText_0x1c5ea8: ; 0x1c5ea8 UnknownText_0x1c5ea8: ; 0x1c5ea8
text_from_ram $d073 text_from_ram StringBuffer1
text " knows" text " knows"
line "@" line "@"
text_from_ram $d086 text_from_ram StringBuffer2
text "." text "."
prompt prompt
; 0x1c5eba ; 0x1c5eba
@@ -1608,7 +1608,7 @@ UnknownText_0x1c5eba: ; 0x1c5eba
UnknownText_0x1c5eda: ; 0x1c5eda UnknownText_0x1c5eda: ; 0x1c5eda
text "Oh, make it forget" text "Oh, make it forget"
line "@" line "@"
text_from_ram $d073 text_from_ram StringBuffer1
text "?" text "?"
done done
; 0x1c5ef5 ; 0x1c5ef5