Gericom / GBARunner3

212 stars 30 forks source link

[Game] Kong - The Animated Series boots with screeching sounds and a white screen #67

Closed Dartz150 closed 11 months ago

Dartz150 commented 11 months ago

Game Kong - The Animated Series | AKQE | USA

Device Info Commit tested: https://github.com/Gericom/GBARunner3/commit/cb33f3507474bdf50bdda6bbddd82625a882329f Branch: develop Console: DSi Device: SD

Issue This game also has issues in NO$GBA, where only a green screen is shown in the whole game. Included DMA I/O map as reference.

image

Gericom commented 11 months ago

I believe this game worked on gbarunner2, but only dsi/3ds. So maybe there is some hicode?

Gericom commented 11 months ago

It is caused by some large-offset pc relative memory accesses when the game relocates code to iwram. Note that this is unrelated to the problem no$gba had.

image