mirror of https://github.com/nmlgc/ReC98.git
8 lines
189 B
C++
8 lines
189 B
C++
![]() |
/// Extra Stage Boss #2 - Gengetsu
|
||
|
/// ------------------------------
|
||
|
|
||
|
#include "platform.h"
|
||
|
|
||
|
#define wave_amp gengetsu_wave_amp
|
||
|
uint8_t wave_amp = 0x00; // Should really have been signed.
|