Merge branch 'master' into scanline-offsets

This commit is contained in:
Lucas Scharenbroich 2023-01-02 20:41:39 -06:00
commit f8fe9e40cb
2 changed files with 7 additions and 6 deletions

View File

@ -58,11 +58,11 @@ appTmp0 equ 28
; Load a tileset ; Load a tileset
; pea 0 pea 0
; pea 256 pea 256
; pea #^tiledata pea #^tiledata
; pea #tiledata pea #tiledata
; _GTELoadTileSet _GTELoadTileSet
pea $0000 pea $0000
pea #^TileSetPalette pea #^TileSetPalette

View File

@ -59,8 +59,9 @@ SpriteCount equ 50
_MTStartUp ; GTE requires the miscellaneous toolset to be running _MTStartUp ; GTE requires the miscellaneous toolset to be running
lda #0 ; Engine in Fast Mode lda #ENGINE_MODE_USER_TOOL ; Engine in Fast Mode
jsr GTEStartUp ; Load and install the GTE User Tool jsr GTEStartUp ; Load and install the GTE User Tool
jsr SoundStartUp jsr SoundStartUp
jsr StartMusic jsr StartMusic