mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-03-21 17:34:42 -05:00
Disabling sound_init to prevent crash
This commit is contained in:
parent
c4515f8a8a
commit
029a5a4cda
|
|
@ -83,7 +83,8 @@ void initialization_script(void)
|
|||
// Sound bank init
|
||||
irq_init(NULL);
|
||||
irq_enable(II_VBLANK);
|
||||
sound_init();
|
||||
// This currently crashes when you try to transfer a Pokemon:
|
||||
//sound_init();
|
||||
|
||||
// Graphics init
|
||||
oam_init(obj_buffer, 128);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user