mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2025-01-12 12:29:53 +00:00
Fix parameters to startup and tile init
This commit is contained in:
parent
50930af362
commit
48bf7145d8
@ -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
|
||||||
|
|
||||||
@ -81,6 +82,8 @@ SpriteCount equ 50
|
|||||||
|
|
||||||
; Load a tileset
|
; Load a tileset
|
||||||
|
|
||||||
|
pea #0
|
||||||
|
pea #512
|
||||||
pea #^tiledata
|
pea #^tiledata
|
||||||
pea #tiledata
|
pea #tiledata
|
||||||
_GTELoadTileSet
|
_GTELoadTileSet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user