mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-12 03:14:04 +02:00
17 lines
208 B
NASM
17 lines
208 B
NASM
code
|
|
|
|
equ sin -1
|
|
equ cos -2
|
|
equ atan2 -3
|
|
equ sqrt -4
|
|
equ floor -5
|
|
equ ceil -6
|
|
|
|
equ error -7
|
|
equ print -8
|
|
equ partCreate -9
|
|
equ partChangeType -10
|
|
equ pmapData -11
|
|
equ deletePart -12
|
|
equ killPart -13
|