Deleted several unused modules and some commented code Reorganized some routines to clean up modules Moved some memory into mirrored WRAM Refactored NMI hook aux routine Removed old fake flipper fix
10 lines
663 B
NASM
10 lines
663 B
NASM
;================================================================================
|
|
; Tree Kid Fix
|
|
;--------------------------------------------------------------------------------
|
|
org $06B12B ; <- 3312B - tree status set - 418 - LDA NpcFlagsVanilla : ORA.b #$08 : STA NpcFlagsVanilla
|
|
LDA.l NpcFlagsVanilla : AND.b #$F7 : STA.l NpcFlagsVanilla ; unset arboration instead of setting it
|
|
;--------------------------------------------------------------------------------
|
|
org $06B072 ; <- 33072 - FluteAardvark_InitialStateFromFluteState - 418 : dw FluteAardvark_AlreadyArborated
|
|
db #$8B
|
|
;================================================================================
|