All public logs

Combined display of all available logs of Boktai Hacking Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:03, 26 August 2024 Raphi talk contribs created page User:Raphi/Entities (Boktai 1) (Created page with "''Very'' work in progress! Entities is an umbrella term for all dynamic objects on a map (essentially, everything except the static tile data). This includes enemies, chests, doors, etc. 0x03004480 is maybe the start of an array of <code>(pointer, flags)</code> pairs for each entity type? Zeroing out the pointers causes things to (not) happen. = Chests = <syntaxhighlight lang="c"> s1* g_s1; // @ 0x03000108 struct s1 { offset 0x24: chest* chest_list; }; struc...")