diff options
author | einstein95 <einstein95@users.noreply.github.com> | 2016-07-20 01:40:11 +1200 |
---|---|---|
committer | einstein95 <einstein95@users.noreply.github.com> | 2016-07-20 01:40:11 +1200 |
commit | 19a2bab265231012f42e9664f9219fac4cf5ae69 (patch) | |
tree | fcc68e71600e6150f38dc05f954d0ca861242c7a /engine/save.asm | |
parent | 44965d9518145eae7c6f1ea250ff4e6f88b61f09 (diff) | |
parent | 6c2df7c2aea94b0e5a5532293aae9a25d64a8050 (diff) |
Merge branch 'master' of https://github.com/einstein95/pokered-fr
Diffstat (limited to 'engine/save.asm')
-rwxr-xr-x | engine/save.asm | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/engine/save.asm b/engine/save.asm index 4fb2c4c8..d1a370f2 100755 --- a/engine/save.asm +++ b/engine/save.asm @@ -171,7 +171,7 @@ SaveSAV: jp DelayFrames NowSavingString: - db "Now saving...@" + db "Sauvegarde...@" SaveSAVConfirm: call PrintText @@ -494,21 +494,21 @@ ChooseABoxText: db "@" BoxNames: - db "BOX 1" - next "BOX 2" - next "BOX 3" - next "BOX 4" - next "BOX 5" - next "BOX 6" - next "BOX 7" - next "BOX 8" - next "BOX 9" - next "BOX10" - next "BOX11" - next "BOX12@" + db "BOITE 1" + next "BOITE 2" + next "BOITE 3" + next "BOITE 4" + next "BOITE 5" + next "BOITE 6" + next "BOITE 7" + next "BOITE 8" + next "BOITE 9" + next "BOITE10" + next "BOITE11" + next "BOITE12@" BoxNoText: - db "BOX No.@" + db "BOITE@" EmptyAllSRAMBoxes: ; marks all boxes in SRAM as empty (initialisation for the first time the |