Pokemon-Gen3-to-Gen-X/include/vcount_basic.h
2023-02-04 01:13:29 +01:00

8 lines
117 B
C

#ifndef VCOUNT_BASIC__
#define VCOUNT_BASIC__
#define SCANLINES 0xE4
#define VBLANK_SCANLINES SCREEN_HEIGHT
#endif