More DISPLAY_WIDTH/HEIGHT constant usage
This commit is contained in:
@@ -584,7 +584,7 @@ void CB2_InitTitleScreen(void)
|
||||
gMain.state = 4;
|
||||
break;
|
||||
case 4:
|
||||
PanFadeAndZoomScreen(0x78, 0x50, 0x100, 0);
|
||||
PanFadeAndZoomScreen(DISPLAY_WIDTH / 2, DISPLAY_HEIGHT / 2, 0x100, 0);
|
||||
SetGpuReg(REG_OFFSET_BG2X_L, -29 * 256);
|
||||
SetGpuReg(REG_OFFSET_BG2X_H, -1);
|
||||
SetGpuReg(REG_OFFSET_BG2Y_L, -32 * 256);
|
||||
|
||||
Reference in New Issue
Block a user