BuGS/BuGS/level.s

17 lines
232 B
ArmAsm
Raw Normal View History

;
; level.s
; BuGS
;
; Created by Jeremy Rand on 2020-10-12.
;Copyright © 2020 Jeremy Rand. All rights reserved.
;
case on
mcopy level.macros
keep level
level start
using globalData
rtl
end