diff options
Diffstat (limited to 'init.gbasm')
-rw-r--r-- | init.gbasm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +.DB $01, $02, $04, $08, $10, $20, $40, $80 + .PADTO 0x0040 VBlank: CALL =VBLANK_Entrypoint |
![]() |
index : bunny-game.git | |
Gameboy game I'm making live on twitch in Assembly :3 | Astatin <[email protected]> |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | init.gbasm | 2 |
@@ -1,3 +1,5 @@ +.DB $01, $02, $04, $08, $10, $20, $40, $80 + .PADTO 0x0040 VBlank: CALL =VBLANK_Entrypoint |