SM64 Exposed Graphic Values

By James S.

For the N64 version.

Graphic Pointer Values

Note: JAP ORG=Japanese original.

0x are hex values (e.g., 0x1C).

Changing the graphics pointer value (offset 0x14 from start of object structure, 4 bytes long) in an object's structure will alter how it looks. It's important that you use the correct value otherwise the game may crash. The common graphics such as Mario, coins, stars and so on can be used in all levels, other graphics can not or will be stored in a different place in memory and thus will require a different pointer value. A value of zero (0x00000000) for a graphics pointer is valid and will cause the object to have no visible form.

Values for the graphics pointers will be listed for the PAL game; for the NTSC version simply add 0xA940 if the PAL version value starts with 0x800E (common graphic objects) and for higher values such as 0x8018xxxx and 0x8019xxxx for the PAL version, add 0xC00 to get the NTSC value.

An example using King Bob-omb:

PAL 0x8018D55C + 0xC00=

NTSC 0x8018E15C

To convert from PAL to JAP ORG for common graphic objects add 0x7AC0 to PAL value.

If you are using Gameshark like codes to change how an object looks, you will need two codes for every object with the exception if the first half of the pointer is the same. Let's say that you wanted Mario to look like a coin; Mario's graphics pointer is 0x800E5F20 (PAL) and a yellow coin is 0x800EEA30 (PAL). Only one code would be needed since the first half (0x80E) is the same for both types of graphics pointer values.

Please note that some graphics use the transparency variable located at offset 0x17C from the start of the object structure. Animated objects will require the appropriate animation structure pointer value that lives at offset 0x3C from the start of the object structure.

Some of the objects are actually made up of more than one graphical object. Here are some examples:

* Mr. I consists of a white circle and a blue eye.

* The unactivated cap boxes have a spinning '!' in the middle that is separate to the box.

* The cap button that activates the ! boxes is made up of three parts which are the actual button, a large white '!' and the bottom gold part.

* The cannon has two parts, the cannon itself and the base part.

A variable in an object structure (offset 0xF3) can change the apperance of an object so that, for example, you get the different colour cap boxes and one of two different textures for the standard boxes.

In the RAM there is a list of these graphics pointer values so that the game knows exactly where the graphics are located in each course. A graphic ID value is used with these pointers for certain commands that load the objects and for spawning. The advantage of using graphic IDs is that the value will be the same for all courses for common objects and is shorter than a pointer value. It is the graphic ID value that is used to to look up what graphic pointer value to use for an object.

For each graphic, the actual RAM address will follow with the GFX ID in brackets.

Common objects graphics pointer values for the PAL game (can be used in any course and is always the same value) :

'0' 0x800EF4D0 (0xDB)

1-up mushroom 0x800EF2B4 (0xD4)

Black smoke 0x800EE570 (0x94)

Blue coin (with shadow) 0x800EEB24 (0x76)

Blue coin (without shadow) 0x800EEC1C (0x77)

Blue flame 0x800EE47C (0x91)

Blue star 0x800EE2C0 (0x79)

Bowser key 0x800EF15C (0xCC)

Butterfly 0x800EE820 (0xBB)

Dust 0x800EDC04 (0x96)

Explosion 0x800EF5F4 (0xCD)

Fish (without shadow) 0x800EE600 (0xB9)

Fish (with shadow) 0x800EE67C (0xBA)

Flat star 0x800EF7C8 (0x8B)

Leaf 0x800EE59C (0xA2)

Mario 0x800E5F20 (0x01)

Mario cap 0x800EF010 (0x88)

Metal & wing cap 0x800EED10 (0x85)

Metal cap 0x800EEDF0 (0x86)

Red coin (with shadow) 0x800EF2E4 (0xD7)

Red coin (without shadow) 0x800EF3DC (0xD8)

Red flame (with shadow) 0x800EF1A8 (0xCB)

Red flame (without shadow) 0x800EE388 (0x90)

Signpost 0x800EE30C (0x7C)

Snowflake 0x800EE9E8 (0x9E)

Star sparkle (e.g. coin) 0x800EDCCC (0x95)

Star sparkle (e.g. Koopa shell) 0x800EE710 (0x8F)

Water bubble 0x800EDE0C (0xA8)

Water splash 0x800EDEF4 (0xA6)

Water up splash 0x800EDFA4 (0xA7)

Wing cap 0x800EEE90 (0x87)

Yellow coin (with shadow) 0x800EE164 (0x74)

Yellow coin (without shadow) 0x800EEA30 (0x75)

Yellow star 0x800EE25C (0x7A)

Big Boo's Haunt graphics pointer values for the PAL game:

! box 0x80185EBC

! switch 0x80185CAC

Ampere 0x801859C0

Bat 0x8018732C

Black circle (with shadow) 0x8018666C

Black circle (without shadow) 0x80186DF4

Blue coin switch 0x80185990

Blue eye 0x80187AB4

Bob-omb 0x801861BC

Bob-omb buddy 0x80186408

Boo 0x80186E3C

Book baddy 0x80187110

Bookcase 0x80188290

Box (with shadow) 0x80185D0C

Box (without shadow) 0x80185D8C

Box type 2 (with shadow) 0x8018615C

Box type 2 (without shadow) 0x801861A4

Cannon 0x801866B8

Cannon base 0x801866E4

Cannon cover 0x80186654

Chair 0x80186F28

Coffin 0x80188320

Door with green around edges 0x801880C4

Flyguy 0x80186740

Goomba 0x80185F6C

Green book 0x80187284

Heart 0x80186710

Koopa shell 0x80186110

Key 0x80186EDC

Long platform 0x80188230

Piano 0x8018705C

Platform 0x80188200

Purple baddy 0x80186894

Red net platform 0x801882C0

Sea creature 0x80187CF8

Small cage with box inside 0x801872B4

Small grey block 0x80188260

Snifit 0x80187F84

Spider 0x80187498

Tall brick block 0x801881D0

Unactivated ! box 0x80185DF4

White '!' 0x801860F8

White circle with shadow 0x80187CC8

Wooden floor with pyramid on top 0x801882F0

Yellow and blue checkered platform 0x80185CDC

Bob-omb Battlefield graphics pointer values for the PAL game:

! box 0x8018C57C

! switch 0x8018C36C

Ampere 0x8018C080

Black circle (with shadow) 0x8018CD2C

Black circle (without shadow) 0x8018D4B4

Blue coin switch 0x8018C050

Bob-omb 0x8018C87C

Bob-omb buddy 0x8018CAC8

Box (with shadow) 0x8018C3CC

Box (without shadow) 0x8018C44C

Box type 2 (with shadow) 0x8018C81C

Box type 2 (without shadow) 0x8018C864

Cannon 0x8018CD78

Cannon ball 0x8018CD2C

Cannon base 0x8018CDA4

Cannon cover 0x8018CD14

Chain-chomp 0x8018E42C

Flyguy 0x8018CE00

Gate 0x8018E730

Goomba 0x8018C62C

Green tree 0x8018E6A0

Group of 16 bars 0x8018E6D0

Heart 0x8018CDD0

King Bob-omb 0x8018D55C

Koopa (with shell) 0x8018DF54

Koopa (without shell) 0x8018E1A8

Koopa flag 0x8018E540

Koopa shell 0x8018C7D0

Piranha Plant 0x8018DAF4

Purple baddy 0x8018CF54

Purple circle (with shadow) 0x8018E3FC

Unactivated ! box 0x8018C4B4

Water bomb 0x8018D4FC

White '!' 0x8018C7B8

Whomp 0x8018DCF8

Wooden plank 0x8018E700

Wooden stake 0x8018E670

Yellow and blue checkered platform 0x8018C39C

Bowser in the Dark World Boss fight graphics pointer values for the PAL game:

Black smoke 0x80181708

Bowser 0x80180760 Also 0x801819A0

Explosion 0x801817D0

Spike bomb 0x80181600 Also 0x80181684

Yellow circle 0x8018283C

Bowser in the Fire Sea graphics pointer values for the PAL game:

! box 0x80176458

! switch 0x80176248

Ampere 0x80175F5C

Bat 0x80175194

Blarrg 0x80174CC0

Black circle (with shadow) 0x80176C08

Black circle (without shadow) 0x80177390

Blue coin switch 0x80175F2C

Blue platforms with yellow walkway 0x80177888

Bob-omb 0x80176758

Bob-omb buddy 0x801769A4

Box type 2 (with shadow) 0x801766F8

Box type 2 (without shadow) 0x80176740

Bump blue surface 0x801777C8

Big lava bully 0x80174F88

Blue eye 0x8017591C

Box (with shadow) 0x801762A8

Box (without shadow) 0x80176328

Cannon 0x80176C54

Cannon base 0x80176C80

Cannon cover 0x80176BF0

Columns 0x80177408

Flyguy 0x80176CDC

Goomba 0x80176508

Green funnel that leads to Bowser 0x801776D8

Heart 0x80176CAC

Koopa shell 0x801766AC

Large brick platform 0x80177468

Large brick platform with hole 0x80177528

Large brick platform type 2 0x80177738

Large brick structure 0x80177678

Lava bully 0x80174D7C

Net platform 0x80177768

Net platform type 2 0x80177828

Net platforms 0x801775B8

Net platforms, one has hole and other at distance from each other 0x801776A8

Net slanted walkway and platform 0x80177498

Orange and brown platform 0x80177990

Orange and brown slim platform 0x80177960

Patterned platform 0x80177930

Platform with connecting rod 0x80177438

Platform, yellow walkway, sloped structure and platforms distance from each other 0x80177588

Platforms connected with rod 0x801773D8

Pole with sides at distance 0x801777F8

Purple baddy 0x80176E30

Pyramid like stone shape 0x80177558

Sea creature 0x80175B60

Sloped net platform 0x80177648

Sloped stone walkway 0x80177618

Snifit 0x80175DEC

Spider 0x80175300

Stone platform 0x801778D0

Square pyramid 0x80177798

Square pyramid type 2 0x80177900

Stretched octagon platform 0x801775E8

Tapering small square platform 0x80177858

Unactivated ! box 0x80176390

White '!' 0x80176694

White circle with shadow 0x80175B30

Yellow and blue checkered platform 0x80176278

Yellow and blue structure with pole leading down to platform 0x801774C8

Yellow and green net platform 0x801774F8

Yellow star 0x80177708

Bowser in the Sky graphics pointer values for the PAL game:

Ampere 0x80185AAC

Goomba 0x80186058

Piranha plant 0x80184ED0

Bowser in the Sky Boss Fight graphics pointer values for the PAL game:

Bowser 0x80183010

Diamond (under bomb) 0x801852CC

Part of platform 0x8018529C

Spiked bomb 0x80183F34

Cavern of the Metal Cap graphics pointer values for the PAL game:

! box 0x80149834

! button 0x801484A8

! switch 0x80149624

Ampere 0x80149338

Bat 0x80148570

Black circle (with shadow) 0x80149FE4

Black circle (without shadow) 0x8014A76C

Blue coin switch 0x80149308

Blue eye 0x80148CF8

Bob-omb 0x80149B34

Bob-omb buddy 0x80149D80

Box (with shadow) 0x80149684

Box (without shadow) 0x80149704

Box type 2 (with shadow) 0x80149AD4

Box type 2 (without shadow) 0x80149B1C

Buttom of ! button 0x80148558

Cannon 0x8014A030

Cannon base 0x8014A05C

Cannon cover 0x80149FCC

Flyguy 0x8014A0B8

Goomba 0x801498E4

Koopa shell 0x80149A88

Large white '!' 0x80148490

Purple baddy 0x8014A20C

Sea creature 0x80148F3C

Snifit 0x801491C8

Spider 0x801486DC

Unactivated ! box 0x8014976C

White '!' 0x80149A70

White circle 0x80148F0C

Yellow and blue checkered platform 0x80149654

Cool, cool mountain graphics pointer values for the PAL game:

! box 0x80181CEC

! switch 0x80181ADC

Ampere 0x801817F0

Big blue ice bully 0x80183790

Black circle (with shadow) 0x8018249C

Black circle (without shadow) 0x80182C24

Blue coins switch 0x801817C0

Bob-omb 0x80181FEC

Bob-omb buddy 0x80182238

Box (with shadow) 0x80181B3C

Box (without shadow) 0x80181BBC

Box type 2 (with shadow) 0x80181F8C

Box type 2 (without shadow) 0x80181FD4

Cannon 0x801824E8

Cannon base 0x80182514

Cannon cover 0x80182484

Door 0x80183DAC

Flyguy 0x80182570

Goomba 0x80181D9C

Handbag baddy 0x8018399C

Heart 0x80182540

Hexagon platform with snowman faces around sides 0x80183CA4

Hut with sloped roof 0x80183C2C

Koopa shell 0x80181F40

Large block of ice 0x80183CEC

Large snowball 0x80183F30

Part of scenery with iced platform 0x80183D34

Penguin 0x80183350

Purple baddy 0x801826C4

Small blue ice bully 0x80183584

Small hut with chimney and fence 0x80183BCC

Snow tree 0x80183EB8

Snowman (with shadow) 0x801830E8

Snowman (without shadow) 0x80182E98

Snowman head 0x80183F60

Spindrift 0x80182C6C

Unactivated ! box 0x80181C24

White '!' 0x80181F28

Wooden lift (pulley type) 0x80183EE8

Yellow and blue checkered platform 0x80181B0C

Courtyard with Boos graphics pointer values for the PAL game:

! box 0x8015B1BC

! switch 0x8015AFAC

1 star door 0x8018E320

3 star door 0x8018E45C

Ampere 0x8015ACC0

Black circle (with shadow) 0x8015B96C

Black circle (without shadow) 0x8015C0F4

Blue coin switch 0x8015AC90

Bob-omb 0x8015B4BC

Bob-omb buddy 0x8015B708

Boo 0x8015C13C

Book 0x8015C584

Book baddy 0x8015C410

Box (with shadow) 0x8015B00C

Box (without shadow) 0x8015B08C

Box type 2 (with shadow) 0x8015B45C

Box type 2 (without shadow) 0x8015B4A4

Cage 0x8015C5B4

Cannon 0x8015B9B8

Cannon base 0x8015B9E4

Cannon cover 0x8015B954

Castle tower 0x8015C768

Chair 0x8015C228

Door 0x8018DFCC Also 0x8018DCA8

Door type 2 0x8018E0D8 Also 0x8015C65C

Door with star 0x8018E1E4

Flyguy 0x8015BA40

Goomba 0x8015B26C

Green tree type 2 0x8015C62C

Heart 0x8015BA10

Key 0x8015C1DC

Koopa shell 0x8015B410

Locked door 0x8018E598

Piano 0x8015C35C

Purple baddy 0x8015BB94

Rusty door 0x8018DEC0

Toad 0x8018D608

Unactivated ! box 0x8015B0F4

White '!' 0x8015B3F8

Yellow and blue checkered platform 0x8015AFDC

Dire, dire docks graphics pointer values for the PAL game:

! box 0x80186AEC

! switch 0x801868DC

Ampere 0x801865F0

Black circle (with shadow) 0x8018729C

Black circle (without shadow) 0x80187A24

Blue coin switch 0x801865C0

Bob-omb 0x80186DEC

Bob-omb buddy 0x80187038

Bottom of treasure chest 0x8018831C

Box (with shadow) 0x8018693C

Box (without shadow) 0x801869BC

Box type 2 (with shadow) 0x80186D8C

Box type 2 (without shadow) 0x80186DD4

Cannon 0x801872E8

Cannon base 0x80187314

Cannon cover 0x80187284

Cheep-cheep 0x80188220

Eel 0x80187D68

Fish 0x80188374

Flyguy 0x80187370

Goomba 0x80186B9C

Green water plant 0x8018850C

Heart 0x80187340

Koopa shell 0x80186D40

Manta ray 0x80187A6C

Oyster 0x80188170

Pond skater 0x801885C8

Purple baddy 0x801874C4

Shark 0x80188028

Spike bomb 0x801884A8

Treasure chest lid 0x80188348

Unactivated ! box 0x80186A24

Water ring 0x80188430

Whirlpool 0x80188158

White '!' 0x80186D28

Yellow and black stripe pole with red top 0x80188B04

Yellow and blue checkered platform 0x8018690C

Hazy Maze Cave graphics pointer values for the PAL game:

! box 0x8017BCCC

! switch 0x8017BABC

Ampere 0x8017B7D0

Bat 0x8017D2CC

Black circle (with shadow) 0x8017C47C

Black circle (without shadow) 0x8017CC04

Blue coin switch 0x8017B7A0

Blue eye 0x8017DA54

Bob-omb 0x8017BFCC

Bob-omb buddy 0x8017C218

Boulder 0x8017E418

Box (with shadow) 0x8017BB1C

Box (without shadow) 0x8017BB9C

Box type 2 (with shadow) 0x8017BF6C

Box type 2 (without shadow) 0x8017BFB4

Cannon 0x8017C4C8

Cannon base 0x8017C4F4

Cannon cover 0x8017C464

Cavern beast 0x8017DC98

Checkered platform 0x8017BAEC

Cloud with face 0x8017D29C

Direction switch for work elevator 0x8017E3B8

Door type 2 0x8017E064

Door type 3 0x8017E27C

Eye 0x8017DA54

Flyguy 0x8017C550

Goomba 0x8017BD7C

Heart 0x8017C520

Koopa shell 0x8017BF20

Lift 0x8017E3E8

Mole 0x8017CC64

Monkey 0x8017CE70

Purple baddy 0x8017C6A4

Red wire net 0x8017E4C0

Rusty door 0x8017E170

Small rock 0x8017E460

Snifit 0x8017DF24

Spider 0x8017D438

Unactivated ! box 0x8017BC04

Very small rock 0x8017E490

White '!' 0x8017BF08

White circle (with shadow) 0x8017DC68

Wooden door 0x8017E064

Work elevator (without direction switches) 0x8017E388

Yellow and blue checkered platform 0x8017BAEC

Inside castle first floor graphics pointer values for the PAL game:

1 star door 0x8018E320

3 star door 0x8018E45C

Big clock hand 0x8018DC18

Boo 0x8018D364

Brick pillar 0x8018DBE8

Door 0x8018DFCC Also 0x8018DCA8

Door type 2 0x8018E0D8 Also 0x8018DDB4

Lakitu cameraman 0x8018D404

Locked door 0x8018E598

Pendulum 0x8018DC78

Rabbit 0x8018D110

Red carpet platform 0x8018DBB8

Rusty door 0x8018DEC0

Small clock hand 0x8018DC48

Star door 0x8018E1E4

Starman door 0x8018E6D4 Also 0x8018E734, 0x8018E704 and 0x8018E764

Toad 0x8018D608

Jolly Roger Bay graphics pointer values for the PAL game:

! box 0x8017CF0C

! switch 0x8017CCFC

Ampere 0x8017CA10

Black circle (with shadow) 0x8017D6BC

Black circle (without shadow) 0x8017DE44

Blue coin switch 0x8017C9E0

Bob-omb 0x8017D20C

Bob-omb buddy 0x8017D458

Bottom of treasure chest 0x8017E73C

Box (with shadow) 0x8017CD5C

Box (without shadow) 0x8017CDDC

Box type 2 (with shadow) 0x8017D1AC

Box type 2 (without shadow) 0x8017D1F4

Box with skull on it 0x8017F004

Cannon 0x8017D708

Cannon base 0x8017D734

Cheep-cheep 0x8017E640

Cannon cover 0x8017D6A4

Eel 0x8017E188

Fish 0x8017E794

Flyguy 0x8017D790

Goomba 0x8017CFBC

Green plant 0x8017E92C

Heart 0x8017D760

Koopa shell 0x8017D160

Large rock 0x8017EFD4

Manta ray 0x8017DE8C

Oyster 0x8017E590

Part of boat 0x8017EEAC

Part of boat 2 0x8017EF3C

Platform 0x8017F094

Pointed rock 0x8017F034

Pond skater 0x8017E9E8

Purple baddy 0x8017D8E4

Pyramid shape rock 0x8017F064

Shark 0x8017E448

Side of boat 0x8017EEDC

Spike bomb 0x8017E8C8

Top and part of side of boat 0x8017EE7C

Top of treasure chest 0x8017E768

Unactivated ! box 0x8017CE44

Water ring 0x8017E850

Whirlpool 0x8017E578

White 0x8017D148

Yellow and blue checkered platform 0x8017CD2C

Lethal Lava Land (also inside the volcano) graphics pointer values for the PAL game:

'!' 0x80188818

! box 0x801885DC

! switch 0x801883CC

Ampere 0x801880E0

Big bully 0x80189824

Black circle (with shadow) 0x80188D8C

Black circle (without shadow) 0x80189514

Blarrg 0x8018955C

Block with spots on top 0x8018A9F0

Blue and yellow checkered platform 0x801883FC

Blue bat 0x80189A30

Blue coin switch 0x801880B0

Blue eye 0x8018A1B8

Bob-omb 0x801888DC

Bob-omb buddy 0x80188B28

Box (with shadow) 0x8018842C

Box (without shadow) 0x801884AC

Bowser jigsaw piece 1 0x8018AB10

Bowser jigsaw piece 2 0x8018AB58

Bowser jigsaw piece 3 0x8018ABA0

Bowser jigsaw piece 4 0x8018ABE8

Bowser jigsaw piece 5 0x8018AC30

Bowser jigsaw piece 6 0x8018AC78

Bowser jigsaw piece 7 0x8018ACC0

Bowser jigsaw piece 8 0x8018AD08

Bowser jigsaw piece 9 0x8018AD50

Bowser jigsaw piece 10 0x8018AD98

Bowser jigsaw piece 11 0x8018ADE0

Bowser jigsaw piece 12 0x8018AE28

Bowser jigsaw piece 13 0x8018AE70

Bowser jigsaw piece 14 0x8018AEB8

Brick block with 'hole' in one side 0x8018A990

Brown top octagon platform 0x8018A7C8

Bully 0x80189618

Cage with hole in middle 0x8018A888

Cannon 0x80188DD8

Cannon base 0x80188E04

Cannon cover 0x80188D74

Checkered slanted platform 0x8018AA80

Fly guy 0x80188E60

Goomba 0x8018868C

Grey top octagon platform 0x8018A828

Half cage 0x8018AF00

Heart 0x80188E30

Hexagon platform 0x8018AF90

Koopa shell 0x80188830

Large box (with shadow) 0x8018887C

Large box (without shadow) 0x801888C4

Large log 0x8018AF60

Large platform with arrows on top 0x8018B050

Large ring around volcano 0x8018AA50

Large wooden block 0x8018AFF0

Purple baddy 0x80188FB4

Quad checkered slanted platfotm 0x8018AAB0

S-shaped walkway 0x8018A7F8

Sea creature 0x8018A3FC

Short platform with arrows on top 0x8018B020

Slope with spots 0x8018B080

Small octagon platform with archway 0x8018A930

Snifit 0x8018A688

Spider 0x80189B9C

Square-base pyramid platform 0x8018AAE0

Steps with arrows on top 0x8018A960

Stone block 0x8018AF30

Stone tapering 3D hexagon 0x8018AA20

Stretched octagon with brick top platform 0x8018A858

Stretched octagon with crazy paving top platform 0x8018A8D0

Unactivated ! box 0x80188514

Volcano 0x8018A900

White circle 0x8018A3CC

Wire mesh 0x8018A9C0

Wooden block 0x8018AFC0

Outside castle graphics pointer values for the PAL game:

! box 0x801929FC

! switch 0x801927EC

Ampere 0x80192500

Bird 0x8019397C

Black circle (with shadow) 0x801931AC

Black circle (without shadow) 0x80193934

Blue coins switch 0x801924D0

Bob-omb 0x80192CFC

Bob-omb buddy 0x80192F48

Boo 0x80194800

Box (with shadow) 0x8019284C

Box (without shadow) 0x801928CC

Box type 2 (with shadow) 0x80192C9C

Box type 2 (without shadow) 0x80192CE4

Cannon 0x801931F8

Cannon base 0x80193224

Cannon cover 0x80193194

Castle flag 0x80195344

Castle tower 0x80195054

Door 0x801950FC

Flyguy 0x80193280

Goomba 0x192AAC

Green tree 0x80195084

Heart 0x80193250

Koopa shell 0x80192C50

Lakitu cameraman 0x801948A0

Pipe 0x801950B4

Princess Peach 0x80193A90

Purple baddy 0x801933D4

Rabbit 0x801945AC

Rusty door 0x80195208

Toad 0x80194AA4

Unactivated ! box 0x80192934

White '!' 0x80192C38

Yellow and blue checkered platform 0x8019281C

Yoshi 0x80194228

Rainbow Ride graphics pointer values for the PAL game:

! box 0x8018B320

! switch 0x8018B110

Ampere 0x8018AE24

Black circle (with shadow) 0x8018BAD0

Black circle (without shadow) 0x8018C258

Blue coin switch 0x8018ADF4

Blue platform 0x8018C874

Blue pyramid platform 0x8018C73C

Boat 0x8018C450

Bob-omb 0x8018B620

Bob-omb buddy 0x8018B86C

Box (with shadow) 0x8018B170

Box (without shadow) 0x8018B1F0

Box type 2 (with shadow) 0x8018B5C0

Box type 2 (without shadow) 0x8018B608

Bridge 0x8018C2D0

Cannon 0x8018BB1C

Cannon base 0x8018BB48

Cannon cover 0x8018BAB8

Castle 0x8018C4F8

Flyguy 0x8018BBA4

Goomba 0x8018B3D0

Half octagon platform 0x8018C82C

Heart 0x8018BB74

Killer fish 0x8018AD90

Koopa shell 0x8018B574

L shape platform 0x8018C7CC

Lakitu 0x8018A380

Large feather 0x8018C76C

Large octagon platform 0x8018C6DC

Large octagon platform with pole 0x8018C558

Long octagon platform 0x8018C390

Long platform 0x8018C79C

Magic carpet 0x8018C6A8

Platforms type 1 0x8018C2A0

Platforms type 2 0x8018C300

Platforms type 3 0x8018C330

Platforms type 4 0x8018C3C0

Platforms type 5 0x8018C420

Platforms type 6 0x8018C528

Platforms type 7 0x8018C588

Platforms type 8 0x8018C648

Platforms with steps and pole 0x8018C360

Purple baddy 0x8018BCF8

Rainbow circle 0x8018C4C8

Rainbow trail type 1 0x8018C5B8

Rainbow trail type 2 0x8018C5E8

Rainbow trail type 3 0x8018C618

Red coin maze 0x8018C3F0

Spike egg 0x8018A520

Spiny 0x8018A674

Square made from fences with hole 0x8018C498

Swing 0x8018C7FC

Turnstile 0x8018C70C

Unactivated ! box 0x8018B258

White '!' 0x8018B55C

Wiggler 0x8018A908

Wiggler bottom segment and feet? 0x8018ABE4

Yellow and blue checkered platform 0x8018B140

Yellow platform 0x8018C678

Yellow pyramid platforms type 1 0x8018C8A4

Yellow pyramid platforms type 2 0x8018C8D4

Yellow pyramid platforms type 3 0x8018C904

Yellow pyramid platforms type 4 0x8018C934

Yellow pyramid platforms type 5 0x8018C964

Shifting Sand Land (also inside the pyramid) graphics pointer values for the PAL game:

! box 0x80181ACC

! switch 0x801818BC

Ampere 0x801815D0

Black circle (with shadow) 0x8018227C

Black circle (without shadow) 0x80182A04

Blue coin switch 0x801815A0

Bob-omb 0x80181DCC

Bob-omb buddy 0x80182018

Box (with shadow) 0x8018191C

Box (without shadow) 0x8018199C

Box type 2 (with shadow) 0x80181D6C

Box type 2 (without shadow) 0x80181DB4

Box with different faces on its sides 0x80183EAC

Brick wall 0x80183E34

Cannon 0x801822C8

Cannon base 0x801822F4

Cannon cover 0x80182264

Eyerok type 1 0x8018304C

Eyerok type 2 0x80183670

Flyguy 0x80182350

Goomba 0x80181B7C

Heart 0x80182320

Koopa shell 0x80181D20

Large block with happy face 0x80183D74

Large cage 0x80183E64

Palm tree 0x80183C64

Pokey body segment 0x80182AB4

Pokey head 0x80182A4C

Purple baddy 0x801824A4

Pyramid 0x80183D44

Quicksand pit 0x80183C94

Rolling octagon block with happy face 0x80183DD4

Sand pit 0x80183CC8

Unactivated ! box 0x80181A04

Vulture 0x80182B14

White '!' 0x80181D08

Wind cyclone 0x80182AE4

Yellow and blue checkered platform 0x801818EC

Snowman's Land graphics pointer values for the PAL game:

! box 0x8016DE4C

! switch 0x8016DC3C

Ampere 0x8016D950

Big ice bully 0x8016F8F0

Black circle (with shadow) 0x8016E5FC

Black circle (without shadow) 0x8016ED84

Blue coin switch 0x8016D920

Bob-omb 0x8016E14C

Bob-omb buddy 0x8016E398

Box (with shadow) 0x8016DC9C

Box (without shadow) 0x8016DD1C

Box type 2 (with shadow) 0x8016E0EC

Box type 2 (without shadow) 0x8016E134

Cannon 0x8016E648

Cannon base 0x8016E674

Cannon cover 0x8016E5E4

Flyguy 0x8016E6D0

Goomba 0x8016DEFC

Handbag baddy 0x8016FAFC

Heart 0x8016E6A0

Koopa shell 0x8016E0A0

Long triangle shape 0x8016FD2C

Penguin 0x8016F4B0

Purple baddy 0x8016E824

Small ice bully 0x8016F6E4

Snow tree 0x8016FDB4

Snowman (with shadow) 0x8016F248

Snowman (without shadow) 0x8016EFF8

Spindrift 0x8016EDCC

Square ice? 0x8016FD5C

Unactivated ! box 0x8016DD84

White '!' 0x8016E088

Yellow and blue checkered platform 0x8016DC6C

Tall, Tall Mountain (also in slide area) graphics pointer values for the PAL game:

! box 0x8018B32C

! switch 0x8018B11C

Alcove type 1 0x8018CF44

Alcove type 2 0x8018D124

Ampere 0x8018AE30

Black circle (with shadow) 0x8018BADC

Black circle (without shadow) 0x8018C264

Blue coin switch 0x8018AE00

Bob-omb 0x8018B62C

Bob-omb buddy 0x8018B878

Box (with shadow) 0x8018B17C

Box (without shadow) 0x8018B1FC

Box type 2 (with shadow) 0x8018B5CC

Box type 2 (without shadow) 0x8018B614

C shape platform 0x8018CEFC

Cannon 0x8018BB28

Cannon base 0x8018BB54

Cannon cover 0x8018BAC4

Cloud with face 0x8018C8FC

Flyguy 0x8018BBB0

Goomba 0x8018B3DC

Grass net 'monkey bars' 0x8018CFD4

Heart 0x8018BB80

Koopa shell 0x8018B580

Large blue smiling face with red cheeks 0x8018C9D4

Large yellow moon with face 0x8018CB18

Large yellow smiling face with pink cheeks 0x8018CA40

Large yellow star with face 0x8018CAAC

L shape platform 0x8018CE6C

Mole 0x8018C2C4

Monkey 0x8018C4D0

Part of mountain with steps 0x8018D034

Platform type 1 0x8018CE24

Platform type 2 0x8018CEB4

Platform type 3 0x8018CF8C

Platform type 4 0x8018D0DC

Platform with steps 0x8018D094

Purple baddy 0x8018BD04

Sloped platform with hole 0x8018C92C

Small black hole where mole comes out of 0x8018C2AC

Small cage 0x8018C98C

Start stone slab 0x8018CD04

Stone structure type 1 0x8018CD4C

Stone structure type 2 0x8018CDDC

Toadstool type 1 0x8018CB84

Toadstool type 2 0x8018CBE4

Toadstool type 3 0x8018CC44

Toadstool type 4 0x8018CCA4

Unactivated ! box 0x8018B264

Vertical chute with top 0x8018CD94

White '!' 0x8018B568

Wooden log 0x8018C95C

Yellow and blue checkered platform 0x8018B14C

The Princess's Secret Slide graphics pointer values for the PAL game:

! switch 0x801380AC

1 star door 0x8018E320

3 star door 0x8018E45C

Ampere 0x80137DC0

Black circle (with shadow) 0x80138A6C

Black circle (without shadow) 0x801391F4

Blue coin switch 0x80137D90

Bob-omb 0x801385BC

Bob-omb buddy 0x80138808

Boo 0x8018D364

Bottom of ! button 0x80139304

Box (with shadow) 0x8013810C

Box (without shadow) 0x8013818C

Box type 2 (with shadow) 0x8013855C

Box type 2 (without shadow) 0x801385A4

Cannon 0x80138AB8

Cannon base 0x80138AE4

Cannon cover 0x80138A54

Door type 1 0x8018DFCC Also 0x8018DCA8

Door type 2 0x8018E0D8 Also 0x8018DDB4

Flyguy 0x80138B40

Goomba 0x8013836C

Heart 0x80138B10

Koopa shell 0x80138510

Lakitu (without cloud) cameraman 0x8018D404

Large white '!' 0x8013923C

Locked door 0x8018E598

Purple baddy 0x80138C94

Rabbit 0x8018D110

Red ! box 0x801382BC

Red ! button 0x80139254

Rusty door 0x8018DEC0

Star door 0x8018E1E4

Toad 0x8018D608

Unactivated ! box 0x801381F4

White '!' 0x801384F8

Yellow and blue checkered platform 0x801380DC

The Secret Aquarium graphics pointer values for the PAL game:

1 star door 0x8018E320

3 star door 0x8018E45C

Bottom of treasure chest 0x80150910

Cheep-cheep 0x80150814

Door 0x8018DFCC Also 0x8018DCA8

Door type 2 0x8018E0D8 Also 0x8018DDB4

Eel 0x8015035C

Fish 0x80150968

Green water plant 0x80150B00

Locked door 0x8018E598

Manta ray 0x80150060

Oyster 0x80150764

Pond skater 0x80150BBC

Rusty door 0x8018DEC0

Shark 0x8015061C

Spike bomb 0x80150A9C

Star door 0x8018E1E4

Treasure chest lid 0x8015093C

Water ring 0x80150A24

Whirlpool 0x8015074C

Tick Tock Clock graphics pointer values for the PAL game:

! box 0x801500FC

! switch 0x8014FEEC

Ampere 0x8014FC00

Big flat cog 0x80151B60

Black circle (with shadow) 0x801508AC

Black circle (without shadow) 0x80151034

Block 0x801519B0

Blue coin switch 0x8014FBD0

Bob-omb 0x801503FC

Bob-omb buddy 0x80150648

Box (with shadow) 0x8014FF4C

Box (without shadow) 0x8014FFCC

Box type 2 (witth shadow) 0x8015039C

Box type 2 (without shadow) 0x801503E4

Box with square pattern 0x80151A40

Box with square pattern type 2 0x80151A70

Bullet Bill 0x8015107C

Cannon 0x801508F8

Cannon base 0x80150924

Cannon cover 0x80150894

Flipper 0x801515AC

Flyguy 0x80150980

Goomba 0x801501AC

Heart 0x80150950

Hexagon platform 0x801519E0

Koopa shell 0x80150350

Long conveyor belt 0x80151918

Owl 0x801510EC

Pendulum 0x801518E8

Plank 0x80151AD0

Platform that rotates 0x80151B00

Purple baddy 0x80150AD4

Short conveyor belt 0x80151964

Small flat cog 0x80151B30

Small white '!' 0x80150338

Thwomp 0x8015157C

Triangle platform 0x80151A10

Unactivated ! box 0x80150034

Yellow and blue checkered platform 0x8014FF1C

Yellow box 0x80151888

Yellow circle 0x801510C0

Yellow cuboid 0x80151AA0

Yellow square based pyramid 0x801518B8

Yoshi egg 0x80151480

Tiny-Huge Island graphics pointer values for the PAL game:

! box 0x8018F3DC

! switch 0x8018F1CC

Ampere 0x8018EEE0

Big brown square 0x80191A24

Black circle (with shadow) 0x8018FB8C

Black circle (without shadow) 0x80190314

Blue coin switch 0x8018EEB0

Bob-omb 0x8018F6DC

Bob-omb buddy 0x8018F928

Box (with shadow) 0x8018F22C

Box (without shadow) 0x8018F2AC

Box type 2 (with shadow) 0x8018F67C

Box type 2 (without shadow) 0x8018F6C4

Cannon 0x8018FBD8

Cannon base 0x8018FC04

Cannon cover 0x8018FB74

Chain-chomp 0x80191708

Flyguy 0x8018FC60

Goomba 0x8018F48C

Heart 0x8018FC30

Killer fish 0x80190D6C

Koopa 0x80191230

Koopa (without shell) 0x80191484

Koopa flag 0x8019181C

Koopa shell 0x8018F630

Lakitu 0x8019035C

Pipe 0x801919DC

Piranha plant 0x80190DD0

Purple baddy 0x8018FDB4

Purple circle 0x801916D8

Pyramid shape island 0x801919AC

Small brown square 0x80191A54

Spiny egg 0x801904FC

Spiny 0x80190650

Tree 0x8019197C

Unactivated ! box 0x8018F314

White '!' 0x8018F618

Whomp 0x80190FD4

Wiggler head and body segment 0x801908E4

Wiggler body segment and feet 0x80190BC0

Wooden stake 0x8019194C

Yellow and blue checkered platform 0x8018F1FC

Tower of the Wing cap graphics pointer values for the PAL game:

! button 0x80150D34

! switch 0x8014FB8C

1 star door 0x8018E320

3 star door 0x8018E45C

Ampere 0x8014F8A0

Black circle (with shadow) 0x8015054C

Black circle (without shadow) 0x80150CD4

Blue coin switch 0x8014F870

Bob-omb 0x8015009C

Bob-omb buddy 0x801502E8

Bottom of ! button 0x80150DE4

Box (with shadow) 0x8014FBEC

Box (without shadow) 0x8014FC6C

Box type 2 (without shadow) 0x80150084

Box type 2 (with shadow) 0x8015003C

Cannnon 0x80150598

Cannon base 0x801505C4

Cannon cover 0x80150534

Cloud 0x80150DFC

Door type 1 0x8018DFCC Also 0x8018DCA8

Door type 2 0x8018E0D8 Also 0x8018DDB4

Flyguy 0x80150620

Goomba 0x8014FE4C

Heart 0x801505F0

Koopa shell 0x8014FFF0

Large '!' 0x80150D1C

Locked door 0x8018E598

Purple baddy 0x80150774

Rusty door 0x8018DEC0

Small white '!' 0x8014FFD8

Solid red cube 0x8018DC78

Star door 0x8018E1E4

Toad 0x8018D608

Unactivated ! box 0x8014FCD4

Wing cap ! box 0x8014FD9C

Yellow and blue checkered platform 0x8014FBBC

Vanish Cap Under the Moat graphics pointer values for the PAL game:

! box 0x80131FDC

! switch 0x80131DCC

Ampere 0x80131AE0

Black circle (with shadow) 0x8013278C

Black circle (without shadow) 0x80132F14

Blue coin switch 0x80131AB0

Bob-omb 0x801322DC

Bob-omb buddy 0x80132528

Bottom of cap button 0x80133024

Box (with shadow) 0x80131E2C

Box (without shadow) 0x80131EAC

Box type 2 (with shadow) 0x8013227C

Box type 2 (without shadow) 0x801322C4

Cannon 0x801327D8

Cannon bottom 0x80132804

Cannon cover 0x80132774

Door 0x801950FC

Flyguy 0x80132860

Goomba 0x8013208C

Heart 0x80132830

Koopa shell 0x80132230

Large white '!' 0x80132F5C

Pipe 0x8013306C

Purple baddy 0x801329B4

Rusty door 0x80195208

Tree 0x80195084

Unactivated ! box 0x80131F14

White '!' 0x80132218

Wing cap button 0x80132F74

Wooden see-saw 0x8013303C

Yellow and blue checkered platform 0x80131DFC

Wet-Dry World graphics pointer values for the PAL game:

! box 0x8018A11C

! switch 0x80189F0C

Ampere 0x80189C20

Arrow lift 0x8018C144

Black circle (with shadow) 0x8018A8CC

Black circle (without shadow) 0x8018B054

Blue coin switch 0x80189BF0

Bob-omb 0x8018A41C

Bob-omb buddy 0x8018A668

Box (with shadow) 0x80189F6C

Box (without shadow) 0x80189FEC

Box type 2 (with shadow) 0x8018A3BC

Box type 2 (without shadow) 0x8018A404

Bullet Bill 0x8018B09C

Cannon 0x8018A918

Cannon base 0x8018A944

Cannon cover 0x8018A8B4

Cheep-cheep 0x8018B8A8

Fish 0x8018B9FC

Flyguy 0x8018A9A0

Goomba 0x8018A1CC

Green tree 0x8018C0E4

Green water plant 0x8018BB94

Heart 0x8018A970

Koopa shell 0x8018A370

Long float 0x8018C24C

Owl 0x8018B10C

Pond skater 0x8018BC50

Purple baddy 0x8018AAF4

Small float 0x8018C114

Spike bomb 0x8018BB30

Stone hexagon platform 0x8018C27C

Thowmp 0x8018B59C

Treasure chest lid 0x8018B9D0

Treasure chest without lid 0x8018B9A4

Unactivated ! box 0x8018A054

Water ring 0x8018BAB8

Water switch 0x8018C18C

White '!' 0x8018A358

Wind-up baddy 0x8018B5CC

Wooden block 0x8018C1D4

Wooden block with separation 0x8018C21C

Yellow and blue checkered platform 0x80189F3C

Yellow circle 0x8018B0E0

Yoshi egg 0x8018B4A0

Whomp's Fortress graphics pointer values for the PAL game:

! box 0x801916CC

! switch 0x801914BC

Ampere 0x801911D0

Black circle (with shadow) 0x80191E7C

Black circle (without shadow) 0x80192604

Blue coin switch 0x801911A0

Bob-omb 0x801919CC

Bob-omb buddy 0x80191C18

Box (with shadow) 0x8019151C

Box (without shadow) 0x8019159C

Box type 2 (with shadow) 0x8019196C

Box type 2 (without shadow) 0x801919B4

Brick platform 0x80193FA4

Brick platform with wooden plank 0x80193CD4

Brick structure with columns 0x80193E24

Brick tower 0x80193BB4

Bullet Bill 0x8019264C

Bullet Bill blaster 0x80193C2C

Cannon 0x80191EC8

Cannon base 0x80191EF4

Cannon cover 0x80191E64

Chain-chomp 0x80193790

Flat stone square 0x801941CC

Floating island 0x80193DF4

Flyguy 0x80191F50

Goomba 0x8019177C

Grassy area with two flower beds 0x80193D34

Grassy area with two flower beds type 2 0x80193DC4

Green tree 0x80193A04

Grey rectangle block 0x80193FD4

Heart 0x80191F20

Koopa 0x801932B8

Koopa (without shell) 0x8019350C

Koopa flag 0x801938A4

Koopa shell 0x80191920

Large stone steps 0x80193AAC

Long grey platform 0x80194004

Moving wooden plank with triangle shape 0x80193F2C

Owl 0x801926BC

Railings 0x80193B54

Part of brick wall 0x80194124

Part of brick wall type 2 0x80194154

Piranha plant 0x80192E58

Purple baddy 0x801920A4

Sloped ground 0x80193C5C

Small purple circle 0x80193760

Square brick platform (with shadow) 0x80194064

Square brick platform (without shadow) 0x801940F4

Square brick platform type 2 0x801940AC

Stone moving block with eyes 0x80193E84

Stone moving block with eyes type 2 0x80193EFC

Stone path with slope 0x80193E54

Stone steps 0x80193A34

Tall brick wall 0x80193B24

Tapering brick platform 0x80193B84

Thwomp 0x80192B4C

Triangle shape brick platform 0x80194034

Unactivated ! box 0x80191604

Very tall grey pole 0x80193D04

White '!' 0x80191908

Whomp 0x8019305C

Wind-up baddy 0x80192B7C

Wooden plank (with shadow) 0x80194184

Wooden plank (without shadow) 0x801941FC

Wooden stake 0x801939D4

Yellow and blue checkered platform 0x801914EC

Yellow circle 0x80192690

Yoshi egg 0x80192A50

Wing Mario over the Rainbow graphics pointer values for the PAL game:

! box 0x8017322C

! switch 0x8017301C

Ampere 0x80172D30

Bat 0x80174680

Big lava bully 0x80174474

Blarrg 0x801741AC

Black circle (with shadow) 0x801739DC

Black circle (without shadow) 0x80174164

Blue coin switch 0x80172D00

Blue eye 0x80174E08

Bob-omb 0x8017352C

Bob-omb buddy 0x80173778

Box (with shadow) 0x8017307C

Box (without shadow) 0x801730FC

Box type 2 (with shadow) 0x801734CC

Box type 2 (without shadow) 0x80173514

Cannon 0x80173A28

Cannon base 0x80173A54

Cannon cover 0x801739C4

Flyguy 0x80173AB0

Goomba 0x801732DC

Heart 0x80173A80

Koopa shell 0x80173480

Lava bully 0x80174268

Purple baddy 0x80173C04

Sea creature 0x8017504C

Snifit 0x801752D8

Spider 0x801747EC

Unactivated ! box 0x80173164

White '!' 0x80173468

White circle 0x8017501C

Yellow and blue checkered platform 0x8017304C

All content of this and related pages is copyright (c) James S. 2007-2009