Effected Health Bar Display Modifier [Vega] Set the starting value you want to be displayed in the Health Bar for each player. The Health Bar will decrease from the set starting point whenever that player is attacked. This is for display only. The real normal health bars still function normally. XXXX = Starting Display Health Amount for P1 YYYY = Starting Display Health Amount for P2/COM Example Values: 9C40 = Full Green Bar, 3 Dots 7530 = Full Green Bar, 2 Dots 3000 = Full Yellow Bar Left NTSC-U Rev1 C2100488 00000004 2C1D0000 40A2000C 3880XXXX 48000008 3880YYYY 90830028 60000000 00000000 Source: #r29 = 0 for P1, r29 = 1 for P2/COM # cmpwi r29, 0x0 bne+ player_two li r4, 0xXXXX b the_end player_two: li r4, 0xYYYY the_end: stw r4, 0x0028 (r3) #Default Instruction Code creator: Vega