pokepinballrs/include/functions_ruby.h
Retnuhytnuob e78163d87a
Some checks failed
CI / build (push) Has been cancelled
File merge/slice/naming (#212)
* kickback naming, catch state enum

* sound renaming through 98

* initial block

* pre split comments

* launcher clarity, board designations

* split out save_and_restore file

* board indicator file split, board setup named

* rename debug, split off center_capture_hole

* checkpoint

* pointer carving
2026-03-21 17:38:10 -05:00

23 lines
800 B
C

#ifndef GUARD_FUNCTIONS_RUBY_H
#define GUARD_FUNCTIONS_RUBY_H
#include "functions_main_boards.h"
extern void UpdateNuzleafEntity(void);
extern void DrawRubyNuzleafPlatformSprite(void);
extern void RubyPondTriBumperHandleHitAndDraw(void);
extern void DrawWhiscash(void);
extern void AnimateSharpedoEntity(void);
extern void UpdateChikoritaAttackAnimation(void);
extern void AnimateChikoritaSprite(void);
extern void UpdateGulpinBossState(void);
extern void UpdateRubyRampPrizeGate(void);
extern void DrawRubySideBumperSprites(void);
extern void UpdateRubySideBumperAnimation(void);
extern void UpdateRubyBoardEntityRendering(void);
extern void UpdateRubyBoardEntityLogic(void);
extern void HandleRubyFlipperButtonInput(void);
extern void RubyPond_EntityLogic(void);
#endif //GUARD_FUNCTIONS_RUBY_H