Difference between revisions of "Mega Man IV:RAM map:Enemy Number in Level"
From Data Crystal
m (MartsINY moved page RAM 438-44F: Enemy Number in Level (Mega Man 4) to Enemy Number in Level: RAM 438-44F (Mega Man 4)) |
FCandChill (talk | contribs) m |
||
Line 1: | Line 1: | ||
+ | {{subpage|game=Mega Man IV:RAM map}} | ||
+ | |||
'''???May never be used! Play a complete game with a debugger point to know.''' | '''???May never be used! Play a complete game with a debugger point to know.''' | ||
This is used to know if an enemy can reappear : each enemy as a unique ID in the level. When position where enemy is spawned appears in screen, it checks if the current enemy is already spawned looping through all enemies using this ID. | This is used to know if an enemy can reappear : each enemy as a unique ID in the level. When position where enemy is spawned appears in screen, it checks if the current enemy is already spawned looping through all enemies using this ID. |
Revision as of 00:43, 6 June 2016
This is a sub-page for Mega Man IV:RAM map.
???May never be used! Play a complete game with a debugger point to know.
This is used to know if an enemy can reappear : each enemy as a unique ID in the level. When position where enemy is spawned appears in screen, it checks if the current enemy is already spawned looping through all enemies using this ID.