Vinchenz Rock
Newbie

Posts: 1

|
 |
« on: July 05, 2008, 10:05:57 AM » |
|
Hi, I'm new here and I saw that this project needed help with translating and editing... Well, I know very little Japanese, but I think I'm pretty good at writing.
Anyway, I checked out the Equipment Menu Text to see why it's a level 4. The note there says:
"Note: Mostly a level 5, but I don't understand the "Value (high)/Value (low)" sorting option?"
I'm pretty sure this means sorting by cost. In which case, I suggest...
#WRITE(ptr, $2240) // 4400 //価格(低)<END> Least Expensive<END>
#WRITE(ptr, $223C) // 4410 //価格(高)<END> Most Expensive<END>
Does that sound OK?
|