Decimal: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
>Torchickens
No edit summary
>Torchickens
No edit summary
Line 5: Line 5:


In Pokémon Red/Blue/Yellow, money is stored in a unique way, so that the hexadecimal value of a money byte matches the decimal value (e.g. '99' is actually 99).
In Pokémon Red/Blue/Yellow, money is stored in a unique way, so that the hexadecimal value of a money byte matches the decimal value (e.g. '99' is actually 99).

==Converting from to decimal to hexadecimal==
A method of converting from decimal to hexadecimal is described [described [http://www.wikihow.com/Convert-from-Decimal-to-Hexadecimal here].

One can easily use a tool to convert from decimal to hexadecimal, such as [, [http://www.binaryhexconverter.com/hex-to-decimal-converter this online one].

Alternatively, one can open Windows Calculator, click 'view', click 'programmer', click 'dec', enter a number, and then switch to 'hex' to convert a decimal number into hexadecimal.


[[Category: Terminology]]
[[Category: Terminology]]