Language…
12 users online:  AmperSam, bd90492, BEESphilly, fanfan21, Golden Yoshi, GuleDuyeM, Heitor Porfirio, Hot Sauce, pacmanboss256, redstoneblock, signature_steve,  YouFailMe - Guests: 132 - Bots: 179
Users: 69,715 (2,538 active)
Latest user: CORROSIVEsprings

Big Mario with small Mario hitbox

Like the title says,I'd like for big Mario to have small Mario' hitbox because I'm changing the player's sprite,but I'm not sure how to do it,I think I'd have to use hex editor but I'm not sure what line to edit to make it happen.

Also is it possible with the hex editor to disable ducking completly for both big and small Mario?
For both questions apply this patch:
Code
;Big Mario hitbox to Small Mario hitbox
org $00EB79
db $A9,$00

org $01B4C0
db $A0,$00

org $03B67C
db $A9,$00

;No ducking
org $00D604
db $80

org $01EB16
NOP #2
LDA $73
Oh so I patch it with Asar instead? Ok thanks