Syntax and Usage

Link's Position
w,1,2 : w,0,32 : Warps Link to DMap 0, screen 32.
po,1,2 : po,60,12 : Set Link's X to 60, and his Y to 12
mx,1 : mx,12 : moves Link +12 pixels on his X coordinate
mx,-1 : mx,-12 : moves Link -12 pixels on his X coordinate
my,1 : my,12 : moves Link +12 pixels on his Y coordinate
my,-1 : my,-12 : moves Link -12 pixels on his Y coordinate

Counters
h : h,amount
h : h,amount
m : m,amount
a : a,amount
b : b,amount
r : r,amount
mb : mb,amount
ma : mb,amount
mr : mr,amount
k : k,amount
co : co,counter_id,amount
rh : Refill Link's HP to full.
rm : Refill Link's Magic to full.
rc,1 : rc,2 : Refill Counter CR_BOMBS to full.
mh,1 : mh,64 : Set Link's HP to 64
mm,1 : mm,256 : Set Link's Max Magic to 256
mc,1,2 : mc,2,16 : Set the Bombs counter max to 16.

Items
lk : lk,level_id,,amount
lm : lm,level_id,true|false
lc : lc,level_id,true|false
lt : lt,level_id,true|false
lb : lb,level_id,tru|false
itm,1,true : itm,6,true : Set the white sword true in inventory.
itm,1,false : itm,6,true : Set the white sword falsein inventory.

Link's States
hb : hb,true|false
d : d,true|false
inv,true : Set Link's Invincibility state true.
inv,false : Set Link's Invincibility state false.

Create Objects
cri,1,2,3 : cri,id,x,y : cri,id,lx,ly : Create an item (id) at x,y
crn,1,2,3 : cri,id,x,y : Create n npc (id) at x,y

FFC Values
fc : fc,ffc_id,cset
fx : fx,ffc_id,x
fy : fy,ffc_id,y
fvx : fvx,ffc_id,vx
fvy : fvy,ffc_id,vy
fax : fax,ffc_id,ax
fay : fay,ffc_id,ay
ffl : fl,ffc_id,flag_index,(true|false)
fth : fth,ffc_id,tileheight
ftw : ftw,ffc_id,tilewidth
feh : feh,ffc_id,effectheight
few : few,ffc_id,effecteidth
fl : fl,ffc_id,link_id
fm : fm,ffc_id,misc_index,value
fd : fd,ffc_id,combo_id
fs : fsscript_id

Audio
pls : pls,sound_id
plm : plm,midi_id
dmm : dmm,dmap_id,midi_id

Visual
hu : hu,red,green,blue
t : t,red,green,blue [,distributed (true|false)]
pal : pal,-1,6 : Sets the current DMap palette to 6.
: pal,3,6 : Sets the palette for DMap ID 3 to Palette ID 6.
mon : mon,5 : Sets monochrome (violet hue) mode on. (0 to disable).
cl : cl

Misc.
run : run,script_id
save : Save the game.