You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Configurable number of segments for Chain Chomp, Pokey, and Wiggler
This commit is contained in:
@@ -1282,7 +1282,7 @@
|
||||
/* Pokey Body Part */
|
||||
/* oBehParams2ndByte */
|
||||
#define POKEY_PART_BP_HEAD 0x0
|
||||
#define POKEY_PART_BP_LOWEST POKEY_NUM_PARTS-0x1
|
||||
#define POKEY_PART_BP_LOWEST (POKEY_NUM_SEGMENTS - 0x1)
|
||||
|
||||
/* Swoop */
|
||||
/* oAction */
|
||||
|
||||
Reference in New Issue
Block a user