mirror of
https://github.com/pret/pmd-red.git
synced 2026-06-17 06:00:24 -05:00
* more data dumping and some code cleaning * split out cutscene scripts * initial start at script conversion * more script work * use correct type * clearer up struct field names * split known scripts into seperate files * no need to preproc pure ascii strings in debug * more cutscene work * split out personality test scripts * solidify text macros and doc some dungeon fields * more scripting work
15 lines
374 B
SQL
15 lines
374 B
SQL
.set WAIT_START_FUNC, 0x03
|
|
.set WAKEUP_FUNC, 0x20
|
|
.set LOOK_AROUND_FUNC, 0x21
|
|
.set JUMP_HAPPY_FUNC, 0x25
|
|
.set JUMP_ANGRY_FUNC, 0x27
|
|
.set NOTICE_FUNC, 0x28
|
|
.set QUESTION_FUNC, 0x29
|
|
.set SWEAT_FUNC, 0x2A
|
|
.set SHOCK_FUNC, 0x2B
|
|
.set SMILE_START_FUNC, 0x2E
|
|
.set SMILE_END_FUNC, 0x2F
|
|
.set INIT_SLEEP_FUNC, 0x35
|
|
.set LIVES_WARP_ARRIVE_FUNC, 0x51
|
|
.set LIVES_WARP_ARRIVE2_FUNC, 0x52
|