Points of Required Attention™
Please chime in on a proposed restructuring of the ROM hacking sections.
Views: 88,526,879
Main | FAQ | Uploader | IRC chat | Radio | Memberlist | Active users | Latest posts | Calendar | Stats | Online users | Search 05-03-24 11:06 PM
Guest: Register | Login

0 users currently in SMW Hacking | 2 guests

Main - SMW Hacking - Giant Piranha Plant Problems.... New thread | New reply


Tyty
Posted on 06-15-07 04:05 AM Link | Quote | ID: 45776


Vire
Jizz Danmaku
Level: 77

Posts: 157/1381
EXP: 4048460
Next: 142669

Since: 04-20-07
From: Canada

Last post: 4454 days
Last view: 3727 days
When I try to use the giant piranha plant from spritetool, it NEVER aligns with the pipes, I even tried inserting it on the sprite number where one of the default piranha plants is located, but still nothing, can someone help?

____________________

Davros
Posted on 06-15-07 04:21 AM Link | Quote | ID: 45777


Koopa
Level: 26

Posts: 107/111
EXP: 92690
Next: 9585

Since: 02-20-07

Last post: 6077 days
Last view: 5930 days
You have two options:

1. Either use the giant pipe graphics so you can put the custom sprite there.

2. Change this code:

dcb "INIT"
DEC $D8,x
LDA $D8,x
CMP #$FF
BNE NO_DEC_HI_Y
DEC $14D4,x
NO_DEC_HI_Y:
RTL

To this:

dcb "INIT"
LDA $E4,x
CLC
ADC #$08
STA $E4,x
DEC $D8,x
LDA $D8,x
CMP #$FF
BNE NO_DEC_HI_Y
DEC $14D4,x
NO_DEC_HI_Y:
RTL

Main - SMW Hacking - Giant Piranha Plant Problems.... New thread | New reply

Acmlmboard 2.1+4δ (2023-01-15)
© 2005-2023 Acmlm, blackhole89, Xkeeper et al.

Page rendered in 0.058 seconds. (339KB of memory used)
MySQL - queries: 42, rows: 63/64, time: 0.042 seconds.