mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-05-30 00:46:17 -04:00
24 lines
244 B
ArmAsm
24 lines
244 B
ArmAsm
#
|
|
# Complex (MP)
|
|
#
|
|
|
|
.set HEADERLEN, 0x20
|
|
.include "asm/include/setup.inc"
|
|
|
|
props:
|
|
endprops
|
|
|
|
intro:
|
|
intro_weapon WEAPON_PP9I, -1
|
|
ammo AMMOTYPE_PISTOL, 100
|
|
outfit OUTFIT_DEFAULT
|
|
endintro
|
|
|
|
paths:
|
|
endpaths
|
|
|
|
functions:
|
|
endfunctions
|
|
|
|
.align 4
|