Save State Hacking FAQ for Little League Baseball: Championship Series for NES
by: PKT_Paladin
~~~~~~~~~~~~~~~~~
Table of Contents
~~~~~~~~~~~~~~~~~
I. Introduction
II. Revision History
III. Offsets
IV. Credits
V. Contact Information
~~~~~~~~~~~~~~~
I. Introduction
~~~~~~~~~~~~~~~
My alias is PKT_Paladin, but that is not my name. For this FAQ you
don't need to know my real name =). Please don't steal anything from this
FAQ for your site or for your own FAQ unless you provide some sort of credit.
I wrote everything in this FAQ. These offsets are specifically for the emulator
Nesticle and the game these offsets for is Little League Baseball: Championship
Series for NES.
If you are new to Save State Hacking, this is how it is done:
Download Hex Workshop from download.com. Install it, run it, and
open up the save state file. On the left you will see addresses on the
left and 16 columns on the right. There are actually 16 bytes each in
groups of two. Observe:
0 0000 0000 0000 0000 0000 0000 0000 0000
10 0000 0000 0000 00FF 0000 0000 0000 0000
The location of the byte FF is actually 17. In hex, as opposed to
the regular number system we are used to that goes from 0-10, the numbers
go from 0-F (0-10 and then A,B,C,D,E,F). That means FF is the highest value
and 00 is the lowest (FF is 255 in decimal and 00 is 0). Find the location
that I have listed in the savestate editting section and modify the bytes
to as high or as low as you desire. When you are done, save it on the
hexidecimal editor and load it in the emulator and you should be done.
~~~~~~~~~~~~~~~~~~~~
II. Revision History
~~~~~~~~~~~~~~~~~~~~
v.80 : In this version you can hack the amount
of BALLs, STRIKEs, OUTs, and the score
for both teams.
~~~~~~~~~~~~
III. Offsets
~~~~~~~~~~~~
2488 - Number of BALLs
- The maximum amount of balls you can put is four. If any
extras are added, the game will not count them until
you pitch/are pitched another ball
2487 - Number of STRIKEs
- The maximum amount of strikes you can put is three. If any
extras are added, the game will not count them until
you pitch/are pitched another strike.
2489 - Number of OUTs
- The maximum amount of outs you can put is three. If any
extras are added, the game will not count them until
you receive/give another out. Also, if you put 255 outs,
the game will crash if you hit a ball and if you get
another out the number of outs will loop back to zero.
248B - Score for Player 1
- If you put anything higher than 99 (63 in hexidecimal)
it will say only say 99 after the inning is over and
it goes to the score box.
248C - Score for Player 2 / Computer
- If you put anything higher than 99 (63 in hexidecimal)
it will say 99 in the score box. If you put FF, the next
time you score a run it will go back to 0.
~~~~~~~~~~~
IV. Credits
~~~~~~~~~~~
SNK - They created this game.
~~~~~~~~~~~~~~~~~~~~~~~~
V. Contact Information
~~~~~~~~~~~~~~~~~~~~~~~~
If you want to send me an e-mail, please send it
[email protected].
Since there are a few things that I have yet to know that you might know,
I would appreciate any submissions (you will be given credit, of course)
to help further develop this FAQ. Please submit any questions so I can
answer them for you and anyone else who reads this FAQ.
------------------------------------------------------------------------
This guide was written by PKT_Paladin (
[email protected]. Please do
not use this guide without permission or take direct information from
it. Doing that is illegal. I am in no way affiliated with the makers
of Little League Baseball: Championship Series.