Add missing hook

This commit is contained in:
2023-09-04 20:29:13 -05:00
parent fa484ec987
commit 93e1cfa361
2 changed files with 4 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ dw !ROM_VERSION_HIGH
function hexto555(h) = ((((h&$FF)/8)<<10)|(((h>>8&$FF)/8)<<5)|(((h>>16&$FF)/8)<<0))
; Feature flags, run asar with -DFEATURE_X=1 to enable
!FEATURE_NEW_TEXT ?= 0
!FEATURE_NEW_TEXT ?= 1
;================================================================================

View File

@@ -2461,6 +2461,9 @@ NOP #6
;--------------------------------------------------------------------------------
org $09865E ; <- 4865E
JSL.l $1BEE1B ; fix something i wrote over i shouldn't have
;--------------------------------------------------------------------------------
org $098638 ; <- 48638 - ancilla_init.asm:737 - LDA .item_values, Y : BMI .dontWrite (BMI)
JSL.l ItemDowngradeFix
;================================================================================
;================================================================================