initial checkin
This commit is contained in:
35
externalhooks.asm
Normal file
35
externalhooks.asm
Normal file
@@ -0,0 +1,35 @@
|
||||
org $298000 ; 0x148000
|
||||
Ext_OnFileCreate: ;x
|
||||
RTL : RTL : RTL : RTL : RTL
|
||||
Ext_OnFileLoad: ;x immediately after load
|
||||
RTL : RTL : RTL : RTL : RTL
|
||||
Ext_OnFileSave: ;x immediately before save
|
||||
RTL : RTL : RTL : RTL : RTL
|
||||
Ext_OnPlayerDeath: ;x
|
||||
RTL : RTL : RTL : RTL : RTL
|
||||
Ext_OnMapUse: ;x
|
||||
RTL : RTL : RTL : RTL : RTL
|
||||
Ext_OnFairyRevive: ;x
|
||||
RTL : RTL : RTL : RTL : RTL
|
||||
Ext_OnYItemUse: ;x
|
||||
RTL : RTL : RTL : RTL : RTL
|
||||
Ext_OnIemMenuOpen: ;x
|
||||
RTL : RTL : RTL : RTL : RTL
|
||||
Ext_OnItemMenuClose: ;x
|
||||
RTL : RTL : RTL : RTL : RTL
|
||||
Ext_OnItemChange: ;x
|
||||
RTL : RTL : RTL : RTL : RTL
|
||||
Ext_OnPlayerDamaged: ;x
|
||||
RTL : RTL : RTL : RTL : RTL
|
||||
Ext_OnPlayerAttack: ;x
|
||||
RTL : RTL : RTL : RTL : RTL
|
||||
Ext_OnBossDeath: ;x
|
||||
RTL : RTL : RTL : RTL : RTL
|
||||
Ext_OnDungeonEnter: ;x
|
||||
RTL : RTL : RTL : RTL : RTL
|
||||
Ext_OnDungeonExit: ;x
|
||||
RTL : RTL : RTL : RTL : RTL
|
||||
Ext_OnDungeonCompleted: ;x
|
||||
RTL : RTL : RTL : RTL : RTL
|
||||
Ext_OnZeldaRescued: ;x
|
||||
RTL : RTL : RTL : RTL : RTL
|
||||
Reference in New Issue
Block a user