diff options
| author | Logan <log.butt@gmail.com> | 2016-05-30 00:47:55 +1200 |
|---|---|---|
| committer | einstein95 <einstein95@users.noreply.github.com> | 2016-07-19 05:16:14 +1200 |
| commit | a27aad0f2c98e3e1d5faf7468f9d3858c16c2d3a (patch) | |
| tree | 23b5f771c0fade06c665453376bc965130e9ce55 /engine/items | |
| parent | 25c27785aa83a12330ea58e1e35b2fec90dd84f4 (diff) | |
Initial decompilation of FR Red
Diffstat (limited to 'engine/items')
| -rwxr-xr-x | engine/items/items.asm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/engine/items/items.asm b/engine/items/items.asm index 42d05981..be5a4b2e 100755 --- a/engine/items/items.asm +++ b/engine/items/items.asm @@ -825,8 +825,8 @@ ItemUseMedicine: ld [wActionResultOrTookBattleTurn],a ; item use failed jp PrintText .emptyPartyText - text "You don't have" - line "any #MON!" + text "Vous n'avez pas" + line "de #MON!" prompt .notUsingSoftboiled call DisplayPartyMenu @@ -1425,11 +1425,11 @@ VitaminNoEffectText: db "@" VitaminText: - db "HEALTH@" - db "ATTACK@" - db "DEFENSE@" - db "SPEED@" - db "SPECIAL@" + db "VIE@" + db "FOR@" + db "DEF@" + db "VIT@" + db "SPE@" ItemUseBait: ld hl,ThrewBaitText |
