aboutsummaryrefslogtreecommitdiff
path: root/main.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'main.gbasm')
-rw-r--r--main.gbasm7
1 files changed, 4 insertions, 3 deletions
diff --git a/main.gbasm b/main.gbasm
index a8a28ce..21b9420 100644
--- a/main.gbasm
+++ b/main.gbasm
@@ -84,10 +84,10 @@
LD A, high(=STAT_Entrypoint)
LD ($mem_stat_jump_destination+1), A
.RESET_STAT_INTERRUPT
- LD A, $02
- LD $reg_interrupt_enable, A
LD A, $40
LD $reg_lcd_status, A
+ LD A, $02
+ LD $reg_interrupt_enable, A
.END
.MACRODEF DISABLE_LYC_INTERRUPT
@@ -106,8 +106,9 @@ Entrypoint:
LD $mem_floor_count, A
CALL =Init_DemoQuest_Event
+ CALL =Load_Tile
+
JP =New_Dungeon
-
.INCLUDE "tiles.gbasm"
.INCLUDE "rng.gbasm"