Being Articulate

16 years ago by Mato

Spent a few hours tinkering with stuff from yesterday and improving things. Got pretty much most of the rest of the custom battle control code stuff done, but still need to do some grunt work and also implement a code for items. This item work will cross over and help out with stuff we’re gonna need to do with the main script, so that’ll be good.


  • Automatic “An” instead of “A”

  • Automatic “a” here,
    automatically lowercase, too

Read the rest of this entry »

Localization and Customization

16 years ago by Mato

I’ve been working on the hacking the last few days when I’ve had the time, but there were getting to be too many mini-updates and that last post was already filled to the brim with comments, so this is like a big-mini-update so we can start fresh 😛

Basically, see this to see what problems I was having the other day with battle text. Fixing this basically required a special custom control code to be put in place, and luckily that was one of the things we were planning to do anyway, so that sort of combined two things on the to-do list into one.

Anyway, after a lot of blah blah technical stuff, I managed to get the groundwork laid for battle text custom control codes. Many lines of text are stuck in Japanese word order, which doesn’t always work well in English, so this custom control code system will give us the flexibility we need to make the text sound like normal English. Anyway blah blah, here’s a before and after pic, for example.


  • Before

  • After

Read the rest of this entry »

Gray (or Grey) Matter

16 years ago by Mato

The updates keep on rollin’ in!

Long story short, the gray name box length thing has been hacked to look nice. The game originally assumed every letter in the box was 8 pixels wide, but since we got a VWF in there, that threw everything out of order and the game would make extra-long boxes for names that were pretty short in VWF form. I had an idea on how to make it super-awesomely nice and fit to the pixel, but after seeing how big names with 20 wide letters can be, I went the easier route and tricked the game by doing (total width of name / 8 ) and then add one if there’s a remainder. The results are as you can see:


  • I know the question mark
    is missing 😉

Read the rest of this entry »

Long Names are Long

16 years ago by Mato

Another update 😯

Like I mentioned in the last update, sblur had already done some research into the max lengths of things you can name. Jeffman and I both wound up looking into that stuff at exactly the same time, though he wound up winning that race 😛

Making the fixes was really easy, it was just a bunch of single-byte changes, and it was amazing that it affected not only the name length check as you’re typing stuff in, but also the initial # of dots. Sometimes the game offers happy and easy surprises. Anyway, first, here are some pics.


  • She’s saying your fav thing
    and your fav food

Read the rest of this entry »

Fun Naming

16 years ago by Mato

Another update in the same day, only 10 hours since the last one? Craziness!

The biggest news is that Jeffman did some awesome work today with the main naming screen stuff. First, here’s a video of it in action 🙂

Read the rest of this entry »

Text Expanding and Item Lengths

16 years ago by Mato

If you’ve been following the mini-updates I do in the comments lately, most of this is probably not-news to you, but I did make some sudden, recent progress too 🙂


Read the rest of this entry »

Menu Text Mania

16 years ago by Mato

Been a few days since the last update, but I often post mini-updates in the comments. The last few days have seen a LOT of stuff getting done, but most of it is stuff that can’t be seen in screenshots or the like.

Probably the biggest stuff that’s happened is that I’ve been reorganizing stuff in the ROM and simplifying things a lot more. This not only fixes stuff on the to-do list, but will also make hacking the rest of the stuff a little easier and probably mean slightly less time fixing bugs down the road. Also gave a few of our tools some good upgrades.

I still have some more organizing stuff to do, but one of the main benefits of all this is that menu message text now works fully 😀


Read the rest of this entry »

Old and New

16 years ago by Mato

I did a ton of work yesterday, as I mentioned in this mini-update, but I’m still not done with that stuff, so this isn’t a real update. Instead, I played a little bit of my Japanese MOTHER 3 cart last night and was like whoa. I’ve gotten so used to seeing everything either in good English now, or at least garbage English that I forgot what the game looks like in Japanese 😉

It was pretty neat, so I thought I’d show some before and after things again. We’ve come a long way in a short time!


  • Crazy space language

  • Less crazy space language

Read the rest of this entry »

Little Things Aplenty

16 years ago by Mato

After last week’s craziness I wanted to take a little break, so I did some little stuff today.


  • Word wrap working again

  • Mushrooms make Mario big

Read the rest of this entry »

Battle Awesomification

16 years ago by Mato

Whew, it’s been a pretty intense day of stuff, but I’ve finally managed to get almost all of the main battle text hacked and working well — even better than the original game, in a way 😯

But before I go into the blah-blah technical talk, here’s a new video showing how things look and act now.

There’s a chance people might be like, “Huh? What did you change?” so if that’s true in your case, see that video from two days ago. I also fixed and improved some other things.

Read the rest of this entry »