LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

SMILE TOOL +

Root / Submissions / [.]

12Me21Created:
Version:Size:
It's the SMILE TOOL, with a few new features: 1: Screen resolutions shown on top screen(in case you forget) 2: Button Presses displayed on top screen (I'm working on a nice button test program using sprites, but right now it just shows raw BUTTON() output) 3: CALCULATOR!!!

Instructions:

Calculator instructions: 1: enter a number (skip this step if you want to use the previous answer) 2: press +, -, *, or / 3: enter another number 4: press = Right now it doesn't support decimals, so division is integer division with remainder shown. To get negative numbers, type c,-,number,=

it doesn't support decimals (because VAL doesn't) Why do you say this?

Replying to:SquareFingers
it doesn't support decimals (because VAL doesn't) Why do you say this?
I think I just realized what I did wrong; I used the wrong dot (I wanted one that looked more centered), and the calculator just reads the symbols from the screen using CHKCHR(). I'll fix that later

Replying to:SquareFingers
it doesn't support decimals (because VAL doesn't) Why do you say this?
I'll do it later

I found 2 things I need to fix: 1: the screen resolution of the top screen is wrong (240 instead of 400) 2: adding decimal support to the calculator. (I think I'll just start over with the calculator, so the code is better)

This is awesome! When I first opened SmileTOOL I was like "Yes! A built in calculator!" only to realize... It wasn't a calculator. This is really going to come in handy for quick calculations!

Replying to:mystman12
This is awesome! When I first opened SmileTOOL I was like "Yes! A built in calculator!" only to realize... It wasn't a calculator. This is really going to come in handy for quick calculations!
Thanks! Hopefully I can make it even better. I'm going to try to add decimal support to the calculator. However, A big limitation is the size of the screen (7 digits, including . and -) maybe I'll make a custom font or use the hidden 2 digit numbers (if they exist)

great app very good idea :)

I am working on a new release that will include my Automatic Indenter, some bugfixes, and (hopefully) a button tester (finally)

Ok, I found an annoying problem with the sprite, map, and wave editor When you exit them, the open the OLD smiletool. I don't want to include a modified version of all the tools, so you'll have to press SELECT to exit.

When you go through this to create sprites it will not load them can you fix that pls.