Crusader_Decomp/USECODE/EUSECODE_extracted/pseudocode/CAMERA/slot_07_hatch.txt

25 lines
652 B
Text
Raw Normal View History

2026-03-25 23:32:13 +01:00
function camera_hatch() /* entry=345 class_id=0x0905 slot=0x07 */
{
2026-03-26 00:37:17 +01:00
set_info(0x0210, *(arg_06));
process_exclude();
if ((Egg.getEggId(arg_06) & 127) == 1) {
2026-03-25 23:32:13 +01:00
/* global_address global_id=0x3C */
2026-03-26 00:37:17 +01:00
}
else if ((Egg.getEggId(arg_06) & 127) == 2) {
2026-03-25 23:32:13 +01:00
/* global_address global_id=0x3C */
2026-03-26 00:37:17 +01:00
}
else if ((Egg.getEggId(arg_06) & 127) == 3) {
2026-03-25 23:32:13 +01:00
/* global_address global_id=0x3C */
2026-03-26 00:37:17 +01:00
}
else if ((Egg.getEggId(arg_06) & 127) == 4) {
2026-03-25 23:32:13 +01:00
/* global_address global_id=0x3C */
2026-03-26 00:37:17 +01:00
}
else if ((Egg.getEggId(arg_06) & 127) == 5) {
2026-03-25 23:32:13 +01:00
/* global_address global_id=0x3C */
return;
2026-03-26 00:37:17 +01:00
}
else {
/* global_address global_id=0x3C */
}
return;
2026-03-25 23:32:13 +01:00
}