==================================================================================
========================B&W CREATURE GROWTH MONITOR v1.0==========================
==================================================================================
A real-time diagnostic tool to track your creature's growth value and rate. 
Created to demonstrate the locomotion growth bug and verify the fix.

USAGE:
1) Run your game (Black & White, Creature Isle, or Ultimate);
2) Run "B&W_Creature_Growth_Monitor.exe";
3) The app will automatically hook into the game process and display data.

IMPORTANT NOTES:
- "No creature" status: If the game is running but you see this message, 
  ensure your creature is already loaded in the world. If it still 
  doesn't hook, simply try restarting the Monitor or the game itself.
- Antivirus: Since this tool reads game memory, some Antivirus software 
  (including Windows Defender) may flag it as a "False Positive". 
  You may need to add it to exclusions.
- Only run one instance of the Monitor at a time for best stability.

DATA EXPLAINED:
- Growth: The raw internal value of your creature's size
- Normalized: The value adjusted to match the 0.0-1.0 scale (1.0 = 100% grown)
Basically, (Growth / 2)
- Delta: How much the creature grew in the last 100ms. If this is 0.000000 
  while the creature is moving (without the patch), you've found the bug!