Merge pull request #3021 from firewave/fcrash

fcrash.cpp: fixed m_sprite_base for punipic (nw)
This commit is contained in:
ajrhacker 2018-01-06 11:12:55 -05:00 committed by GitHub
commit eec8fe93a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2354,7 +2354,7 @@ MACHINE_START_MEMBER(cps_state, punipic)
m_layer_mask_reg[3] = 0x0a;
m_layer_scroll1x_offset = 0x46; // text
m_layer_scroll3x_offset = 0x46; // green patch in the park
m_sprite_base = 0x000;
m_sprite_base = 0x1000;
m_sprite_list_end_marker = 0x8000;
m_sprite_x_offset = 0;
}