mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
cba14cc73d
* mgm_00 * mgm_03 * mgm_01 OK * several btl_kzn2 * reflection cleanup * more maps * ok for now * tst_10 * area tst * pre mgm * mgm_02 ok * mgm_02 cleanup * added IDs * end_01 almost compiles * end_01 OK * end_01 partially done * end_01 almost done * end_01 done * end_00 OK * credits include cleanup * end_00 initial cleanup * new splits 1 * done end_00 cleanup * areas mgm, end, tst * whale stuff Co-authored-by: HailSanta <Hail2Santa@gmail.com>
32 lines
1.1 KiB
C
32 lines
1.1 KiB
C
#define MODEL_Root 0x1D
|
|
#define MODEL_g6 0x1C
|
|
#define MODEL_o41 0x1B
|
|
#define MODEL_o37 0x1A
|
|
#define MODEL_o21 0x19
|
|
#define MODEL_o20 0x18
|
|
#define MODEL_o19 0x17
|
|
#define MODEL_yabu 0x16
|
|
#define MODEL_kusa1 0x15
|
|
#define MODEL_iwa 0x14
|
|
#define MODEL_o44 0x13
|
|
#define MODEL_o43 0x12
|
|
#define MODEL_o42 0x11
|
|
#define MODEL_o38 0x10
|
|
#define MODEL_1wa8 0xF
|
|
#define MODEL_1wa5 0xE
|
|
#define MODEL_1wa3 0xD
|
|
#define MODEL_1wa2 0xC
|
|
#define MODEL_iwa1 0xB
|
|
#define MODEL_g1 0xA
|
|
#define MODEL_o6 0x9
|
|
#define MODEL_o3 0x8
|
|
#define MODEL_g2 0x7
|
|
#define MODEL_waku 0x6
|
|
#define MODEL_soku 0x5
|
|
#define MODEL_kusa 0x4
|
|
#define MODEL_tuti 0x3
|
|
#define MODEL_exit 0x2
|
|
#define MODEL_exit2 0x1
|
|
#define MODEL_exit1 0x0
|
|
|