Version differences: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 129: Line 129:
| game/behaviors/boo.c.inc || boo_stop() is only called in ActionBooGivingStar4 on the U version.
| game/behaviors/boo.c.inc || boo_stop() is only called in ActionBooGivingStar4 on the U version.
|-
|-
| game/behaviors/boo.c.inc || On the J version, SetSound(0x806AA081,D_803320E0) is called in a certain part of BehSpawnBigBooLoop. In the U version, func_80321228() is called instead. (note: no arguments, is this a specialized function? it's declared in interface_2.c)
| game/behaviors/boo.c.inc || On the J version, SetSound(0x806AA081,D_803320E0) is called in a certain part of BehSpawnBigBooLoop. In the U version, play_puzzle_jingle() is called instead.
|-
|-
| game/behaviors/bowser.c.inc ||  
| game/behaviors/bowser.c.inc ||