mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2025-08-05 11:25:05 +00:00
Remove redundent initialization
This commit is contained in:
@@ -56,12 +56,6 @@ appTmp0 equ 28
|
||||
stz StartY
|
||||
stz frameCount
|
||||
|
||||
; Initialize the graphics screen playfield
|
||||
|
||||
pea #320
|
||||
pea #200
|
||||
_GTESetScreenMode
|
||||
|
||||
; Load a tileset
|
||||
|
||||
pea #^tiledata
|
||||
|
Reference in New Issue
Block a user