Updates:

Fans are welcome!

Some RAM codes that can change stuff in the game

Started by Grimgrin, March 28, 2010, 01:05:02 PM

Previous topic - Next topic

Grimgrin

Guardian Legend, The (U)

Adventure & Space mode
0030:

00 - Human Shape
50 - Fighter Shape
52 - Fighter Shape in TGL mode
80 - fly
208 - demo(there are some more numbers for ever demo I didn't checked what are the numbers)

Max Consecutive Firing:
0039-01-01

Gun Power
003A:

03 - 3 Way Shot
02 - 2 Way Shot
01 - 2 Way Shot
00 - 1 Way Shot

Max Weapon Power:
003D:

01 - Blue
02 - Green
03 - Red

Max Shots:
003E-01-FF

Max Energy:
0048-01-FF
0049

Max Attack
004A-01-04

Max Shields:
004B-01-08

Area
0050:

00 - Area 0
01 - Area 1
02 - Area 2
03 - Area 3
04 - Area 4
05 - Area 5
06 - Area 6
07 - Area 7
08 - Area 8
09 - Area 9
0A - Area 10

Corridor:
0051:

00 - Corridor 0
01 - Corridor 1
02 - Corridor 2
03 - Corridor 3
04 - Corridor 4
05 - Corridor 5
06 - Corridor 6
07 - Corridor 7
08 - Corridor 8
09 - Corridor 9
0A - Corridor 10
0B - Corridor 11
0C - Corridor 12
0D - Corridor 13
0E - Corridor 14
0F - Corridor 15
10 - Corridor 16
11 - Corridor 17
12 - Corridor 18
13 - Corridor 19
14 - Corridor 20
15 - Corridor 21
16 - Corridor 22

Glitch Corridors:
17 - Corridor 23
18 - Corridor 24
1B - Corridor 27
1C - Corridor 28

Boss and Item display
0070:

02 - Boss
03 - Item

Enemy hit points
0500 - 05C0

ROM area:
1ECCB - A9 01 Once you enter the dungeon, it will be completed.

Edit Today on 3-29-2010

1EF26 - Area Music

1EF3A - Corridor Music

1EF65 - Graphical loading data for the corridor

Thanks to the FAQ guide from Game FAQ.
Currently extending the game.

Jigglysaint

Nice.  I should write up my information that I have on the game too.

Grimgrin

#2
Thanks! New Codes That I Found:

Walking mode:

This code will let you go to the next room and enter a room in any spot.
$00A0:

01 - Go to the next room
03 - Enter a room: Need a better name.

This code here seems like a drawing of a map in an area that you're in.
$0740 - $07FF

Music Stuff:

$0300 - $03FF

Password Mode:

$0400 - $0430

Note: I notice that some of this stuff is not found by me and there's is a guide for this that someone made.
Currently extending the game.

arseniy

#3
Very useful!! :grimgrin:
Some of these make me rid of headache of constant save states out of map like "enter a room code"
try Gun Power
003A:set to 7 it looks fun(vertical only). Also some items or events out of map give this option. Sometimes my bullets become weirdly looking now I know it was cuz of this ram adress change.

A question:
How to make this automated or fast jump to adress? I m using VirtuaNes and I have to browse through a long list of Ram to enter a different value

Another:
$00A0:
01 - BUT! it only works to the right. How to walk into all 4 directions?

Grimgrin

#4
Here's what I have so far:

QuoteA question:
How to make this automated or fast jump to adress? I m using VirtuaNes and I have to browse through a long list of Ram to enter a different value

RAM Area $0400-$0460 Note: turn this off in fighter shape mode and password mode.

00 - Blank: this will let you walk over anything
02 - enter rooms
04 - Box
07 - Brown Pyramid
0A - Blue Pyramid
0E - Green Pyramid
11 - Blue Chip

Go to $041B and type in 02 and freeze it, $0439 and type in 20 and freeze it, $043E and $0453 and type in 02 and freeze it. It works on VirtuaNES too.

This code is very useful for the glitch passwords like this one:

GGGG GGGG GGGG GGGG
HHHH HHHH HHHH HHHH

JJJJ JJJJ JJJJ JJJJ
ZZZZ ZZZZ ZZZZ ZZZZ

5555 5555 5555 5555
0000 0000 0000 0000

6666 6666 6666 6666
hhhh hhhh hhhh hhhh.

Currently extending the game.

arseniy

#5
Please explain how to freeze var? I suppose it's somewhere in cheat tool but i not see how to change ram adress there. it's always gray ???
The 0070 - it makes the wall go around, boss music plays and item appear but it never make BOSS :skull: appear.

Grimgrin

Ok! In cheat code menu, go to input and enter the following codes that you want to enter like this:

$041B-01-02

Then click OK and the code will freeze in RAM untill you disable the code.

The boss won't appear in some areas but the items will.
Currently extending the game.

arseniy

#7
Quote from: Grimgrin on April 04, 2010, 12:00:08 AM
Ok! In cheat code menu, go to input and enter the following codes that you want to enter like this:
$041B-01-02
Then click OK and the code will freeze in RAM untill you disable the code.
The boss won't appear in some areas but the items will.
:redlander: Yay it works, now I can wear blaster type 7 forever!
In VirtuaNes it works by entering without $
So what means first and second number?? - 041B-01-02    01-first,02-second. first means byte type and second is value?
I enetered in the area where Boss appears naturally, then after defeat the boss appears again with the RAM adress call but when I leave the room and enter back the boss don't appears anymore. So I guess it's written somewhere if the boss defeated already?
P.S.
Maybe we should try keep 1 topic for all the RAM addresses and then use it to create an html page with useful RAM addresses?
P.P.S
for this case a RAM addresses from Weaponism topic:
$0030: Mode of gameplay; #50 for shooter sequence, #52 for "TGL" mode,
$003A: - gun bullets type. 00,01,02,03 from simple to max, after that gun shoots glitchy. Set ED and gun covers all the screen :3
$003B: - the player bullets limit on sreen
$0047: max life?
$0048: life
$004A: number of gun firepower
$004B: number of shield
Max Chips is $004E and $004F.  Set $4F to something like 20.  Current chips is $4C and $4D.
$004C,$004D: number of current chips? - I not sure how it make to work
$0050: The area the player is in
$0051: The corridor the player is in; or, the room type the player is in on the overworld.
$0070: 01,02 call boss 04 boss die, 05 area finished
$00A0: walk to next room - 1: walk - 3: enter portal
$00A4: set direction of the above (up - 0)  (left - 2) (right - 6) (down - 8) (enter corridor - 4 (00A0 set 3 then))
$04AC-E: How much special weaponry player has
$04AF: Number of "EE"
$04B0: The keys the player has

$003C -Special Weapon selected - over 12 makes selection to unexisting place and shooting with such "weapon" will make fun glitch but mostly game crash. Also it can make u teleport when selection on such weapon and u shoot with uner 100 chips bullets(to the left tho). U need to shoot from the edge of screen to make the bullets on screen to the max so after u shoot max possible bullets you will teleport. It looks fun check Wonderland Vid - http://www.youtube.com/watch?v=-whFFQ-p_Ow
I noticed that's sort of random tho... Not always works like teleports sometimes only after u switch to another weapon.

$0052 - X
$0053 - Y

Grimgrin

#8
Thanks! I also found something really cool. At RAM address $00A4-01-04, this will let you go to corridors at any room. Turn the code off if you want to go to the next room. To do this, go to any area that have blue pyramids and enter any of them to go to the corridor.
Currently extending the game.

Grimgrin

Another cool RAM that I found at RAM address $0057: It displays the type of enemies in a room.
Currently extending the game.

arseniy

Thanks GrimGrin! Just tried your discovered code :3
0057-01-**
it goes up to 0057-01-AF. Setting it to 0057-01-FF start produce glitches fun at times :)

Grimgrin

Found Something Interesting at RAM address:

PRG Bank:
0004:

00 - PRG_0
01 - PRG_1
02 - PRG_2
03 - PRG_3
04 - PRG_4
05 - PRG_5
06 - PRG_6
07 - PRG_7

I found this in ASM.

If possible, you can add your own bank like someone did in their hack for testing out new interesting stuff.

More coming soon!
Currently extending the game.

arseniy

I have no idea what is PRG but I often see that in ROM names.

Grimgrin

Currently extending the game.

andreasaspenberg

i am using nesten and it only supports 2 types of codes. 4 numbers for example 0000 and 5 plus 2 numbers for example 00000-00. how do i use them with that system?