fix: remove terrorpin ai code

This commit is contained in:
Randall Rupper
2024-01-03 10:32:47 -07:00
parent 97f3c527b0
commit 553fb272a0
6 changed files with 2 additions and 33 deletions

View File

@@ -12,8 +12,7 @@ db #$00 ;408103 : 200103 ; Randomize Sprites.
db #$00 ;408104 : 200104 ; make Agahnim balls deflect back
.enable_mimic_override
db #$00 ;408105 : 200105 ; toggle mimic code between new and old
.enable_terrorpin_ai_fix
db #$00 ;408106 : 200106 ; toggle to turn on terrorpin ai "fix"
; free byte ;408106 : 200106
.center_boss_drops
db #$00 ;368107
.killable_theives_id ; must be set to C4 to make thieves killable...

View File

@@ -17,7 +17,7 @@ lorom
!RANDOM_SPRITE_FLAG = "$368103"
!AGAHNIM_FUN_BALLS = "$368104"
!ENABLE_MIMIC_OVERRIDE = "$368105"
;!ENABLE_TERRORPIN_AI_FIX = "$368106" # moved to baserom already
; free byte
!CENTER_BOSS_DROP_FLAG = "$368107"
!KILLABLE_THIEVES_ID = "$368108"
!ENEMY_FALLING_STAY_ALIVE = "$368109"