forked from cosarara/red-alien
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
21 lines (15 loc) · 735 Bytes
/
README
File metadata and controls
21 lines (15 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Copyright Jaume Delclòs Coll 2012-2013 (aka cosarara97)
All the code but pokedef.h (which was taken from PKSV) is mine and under the GPL.
Of course, the above copyright notice doesn't apply to pokedef.h
Red Alien - Formerly ASC (Advanced (Pokemon) Script Compiler)
Depends on:
python3
pyqt
python-qscintilla
To install (it's not necessary), run "./setup.py install" as root.
You can run asc-cli for CLI or asc-qt for GUI.
If you want pks syntax highlighting in vim, you can copy utils/pks.vim to
$HOME/.vim/syntax/, and add the following line to your .vimrc:
autocmd BufRead,BufNewFile *.pks set filetype=pks
Most of the command's information was taken from PKSV's pokedef.h (Thanks!)
The headers in stdlib/ are taken from XSE.