aboutsummaryrefslogtreecommitdiff
path: root/main.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-10-08 15:35:46 +0900
committerAstatin <astatin@redacted>2024-10-08 15:35:46 +0900
commit9bdce0aa0daf5bf25f21e2bc6863312f01f55376 (patch)
tree0d010281aacbb66a1e3eb46b147e9f880af7cf3d /main.gbasm
parent9eab2451e369e56508d1a6b8380e772d74ce7c40 (diff)
Fix foxe's movements
Diffstat (limited to 'main.gbasm')
-rw-r--r--main.gbasm4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.gbasm b/main.gbasm
index a3447d2..3ae5cf4 100644
--- a/main.gbasm
+++ b/main.gbasm
@@ -26,6 +26,10 @@ VBLANK_Entrypoint:
CALL =Display_Object
CALL $OAM_DMA_Transfer_routine
+ LD HL, $9800
+ LD A, ($c98b)
+ CALL =Print_8bit
+
CALL =Object_Interactions_Check
CALL =Pad_Button_Check