Enemizer migration

This commit is contained in:
aerinon
2022-09-20 16:38:20 -06:00
parent 6b853222f2
commit 5e93e59727
27 changed files with 1133 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
;================================================================================
; Blind door close
;--------------------------------------------------------------------------------
;
org $028849 ; Bank02.asm(1588) - original code : JSL $078000 //Hook on player main when transition are over execute player code
JSL check_special_action ;using the variable 7E0CF3 if it not 00 then trap the player in that room
;could be changed easily to support more than only 1 function
;--------------------------------------------------------------------------------
org $078000
Player_Main: