I've recently started a small project in order to improve my programming skills : an OoT save editor.
First, I must say you that my question may be very stupid but since I'm a newbie in programming, it's not clear for me
Anyway, maybe I'm just stupid but why are the datas stored backward ? I mean, for example let's take these numbers >
1234 5678. According to what I have noticed, If they were in this file, they would be in this order, > 4321 8765. It's very troublesome for me since I've just started programming so maybe it's normal for a good programmer but I just can't "think backward" without getting a headache ^^ I then tried to write a small program that puts them forward but, of course, the save file is no longer recognised.
So, could you explain me why the datas are stored that way ? There must be a reason, mustn't it ?
Question
Kazegaya
Hello
I've recently started a small project in order to improve my programming skills : an OoT save editor.
First, I must say you that my question may be very stupid but since I'm a newbie in programming, it's not clear for me
Anyway, maybe I'm just stupid but why are the datas stored backward ? I mean, for example let's take these numbers >
1234 5678. According to what I have noticed, If they were in this file, they would be in this order, > 4321 8765. It's very troublesome for me since I've just started programming so maybe it's normal for a good programmer but I just can't "think backward" without getting a headache ^^ I then tried to write a small program that puts them forward but, of course, the save file is no longer recognised.
So, could you explain me why the datas are stored that way ? There must be a reason, mustn't it ?
Thank you !
Link to comment
Share on other sites
9 answers to this question
Recommended Posts