diff --git a/Dreams/all_dreams.asm b/Dreams/all_dreams.asm index 86e98ca..c187c94 100644 --- a/Dreams/all_dreams.asm +++ b/Dreams/all_dreams.asm @@ -59,4 +59,6 @@ Link_EnterDream: LDA.l DREAMS : ORA.b #%01000000 : STA.l DREAMS RTS } -} \ No newline at end of file +} + +print "End of all_dreams.asm ", pc \ No newline at end of file diff --git a/Items/all_items.asm b/Items/all_items.asm index 829211d..e32e852 100644 --- a/Items/all_items.asm +++ b/Items/all_items.asm @@ -32,6 +32,8 @@ MagicBeanSwapDynamicGfx: RTL } +pushpc ; League of its own incsrc "Items/ice_rod.asm" print "End of Items/ice_rod.asm ", pc +pullpc diff --git a/Oracle_main.asm b/Oracle_main.asm index d7aec58..241f750 100644 --- a/Oracle_main.asm +++ b/Oracle_main.asm @@ -164,6 +164,15 @@ namespace Oracle print "" + ; ------------------------------------------------------- + + print " -- Dreams -- " + print "" + + incsrc "Dreams/all_dreams.asm" + + print "" + ; ------------------------------------------------------- ; Custom Menu and HUD