Jump to content

Large Helmet Logo Pointers for 32-Team Rom?


ruben4

Recommended Posts

I have been looking all over the board and haven't been able to find this. I was wondering where are the Large Helmet logo pointers located for Houston, Jacksonville, Tennesee, and Carolina in the new 32-team Rom. I can change the colors and everything else, just don't know the location of the pointers to direct me to the right spots (i.e.- Buffalo- x1008C C0A6). Any help, jstout maybe??

Link to comment
Share on other sites

the design of the logo:


.org $BF5C ; insert at 0x11F6C
; [LHLogoDesign] for expansion teams
TexansHelmetDesign:
.db $9F, $3D, $1E, $01, $34, $05, $36, $80, $3D, $1F
.db $01, $35, $05, $37, $81, $3D, $3C, $01, $3D, $05
.db $39, $82, $01, $2A, $FF

JaguarsHelmetDesign:
.db $9E, $3D, $0E, $01, $24, $9F, $3D, $0F, $01, $25
.db $05, $27, $80, $3D, $1A, $01, $30, $05, $32, $81
.db $3D, $1B, $01, $31, $FF

TitansHelmetDesign:
.db $9F, $3D, $0A, $01, $20, $05, $22, $80, $3D, $0B
.db $01, $21, $05, $23, $81, $3D, $0E, $01, $24, $05
.db $26, $FF

PanthersHelmetDesign:
.db $9E, $3D, $3A, $01, $3B, $9F, $3D, $32, $01, $38
.db $80, $39, $3E, $3D, $33, $01, $39, $81, $39, $0A
.db $3D, $36, $01, $3C, $FF

the struct (header, err whatever its called) with other info:


; located a little after 0x2FEB0
TexansHelmetData:
.db $F6, $80, $FF, $FF, $FF, $FC, $09, $F8, $36, $39
.db >TexansHelmetDesign - 8192
.db .db $AB, $17

JaguarsHelmetData:
.db $F6, $81, $FF, $FF, $FF, $FC, $0F, $F8, $36, $3B
.db >JaguarsHelmetDesign - 8192
.db .db $AB, $17

TitansHelmetData:
.db $F6, $80, $FF, $FF, $FF, $FC, $04, $F8, $35, $37
.db >TitansHelmetDesign - 8192
.db .db $AB, $17

PanthersHelmetData:
.db $F6, $82, $FF, $FF, $FF, $FC, $15, $F8, $38, $3A
.db >PanthersHelmetDesign - 8192
.db .db $AB, $17

Link to comment
Share on other sites

  • 6 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...