ITotalJustice / notorious_beeg

gba emulator written in c++23
https://notorious-beeg.netlify.app/
GNU General Public License v3.0
41 stars 4 forks source link

[mario kart] wrong bg mode being set in dispcnt #45

Closed ITotalJustice closed 2 years ago

ITotalJustice commented 2 years ago

the value of dispcnt should be 0x1F41 during a race, however mine is 0x1F40. so im off by 1 somewhere

ITotalJustice commented 2 years ago

actually it does set cnt to mode 1, it changes modes during the frame.

everything in black is mode 1 image

and that lower half is bg2 affine. closing this as it doesnt seem to be an issue.

although affine rendering is needed for the game to display correctly #34