forked from sfall-team/sfall
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
147 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,4 +39,3 @@ StyleText=Style | |
;HipKick=Hip kick: | ||
;HookKick=Hook kick: | ||
;PiercingKick=Piercing kick: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[sfall] | ||
SaveInCombat=Nie możesz zapisać gry w tym momencie. | ||
KarmaGain=Zdobyłeś %d karmy. | ||
KarmaLoss=Straciłeś %d karmy. | ||
HighlightFail1=Nie masz przy sobie detektora ruchu. | ||
HighlightFail2=Twój detektor ruchu jest rozładowany. | ||
SuperStimExploitMsg=Nie możesz użyć tego przedmiotu na w pełni zdrowej osobie! | ||
BlockedCombat=Nie możesz obecnie wejść w tryb walki. | ||
SaveSfallDataFail=BŁĄD Zapisujesz rozszerzone informacje w zapisie gry! Sprawdź, czy inne programy nie kolidują z plikami/folderami zapisu gry i spróbuj ponownie. | ||
PartyLvlMsg=Lvl: | ||
PartyACMsg=AC: | ||
PartyAddictMsg=Uzależniony | ||
NPCPickupFail=%s nie może podnieść przedmiotu. | ||
|
||
PartyOrderAttackHuman=Zajmę się tym.|Okej, zrozumiałem.|No to mamy plan. | ||
PartyOrderAttackCreature=::Warknięcie:: | ||
PartyOrderAttackRobot=::Bip:: | ||
|
||
[AppearanceMod] | ||
RaceText=Rasa | ||
StyleText=Styl | ||
DoneBtn=Gotowe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
8ec794d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the use of setting the base address to 0x11000000? To give space to HRP (which uses the default base addr of 0x10000000)?
8ec794d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, just to see that the error occurs in sfall and not somewhere in the system libraries. (unless, of course, the system transfers it to another address space.)