mirror of
https://github.com/Lorenzooone/Pokemon-Gen3-to-Gen-X.git
synced 2026-03-21 17:24:39 -05:00
8 lines
117 B
C
8 lines
117 B
C
#ifndef VCOUNT_BASIC__
|
|
#define VCOUNT_BASIC__
|
|
|
|
#define SCANLINES 0xE4
|
|
#define VBLANK_SCANLINES SCREEN_HEIGHT
|
|
|
|
#endif
|