summaryrefslogtreecommitdiff
path: root/src/mode7.h
blob: ae1c72f3276bf9e419bd427baeef5e556098c974 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
void DrawBGMode7Background16New(uint8* Screen);
void DrawBGMode7Background16(uint8* Screen, int bg, int depth);
void DrawBGMode7Background16Add(uint8* Screen, int bg, int depth);
void DrawBGMode7Background16Add1_2(uint8* Screen, int bg, int depth);
void DrawBGMode7Background16Sub(uint8* Screen, int bg, int depth);
void DrawBGMode7Background16Sub1_2(uint8* Screen, int bg, int depth);

void DrawBGMode7Background16Prio(uint8* Screen, int bg);
void DrawBGMode7Background16PrioAdd(uint8* Screen, int bg);
void DrawBGMode7Background16PrioAdd1_2(uint8* Screen, int bg);
void DrawBGMode7Background16PrioSub(uint8* Screen, int bg);
void DrawBGMode7Background16PrioSub1_2(uint8* Screen, int bg);