Documentation ¶
Overview ¶
Package diablo implements top-level functions of the Diablo 1 game.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // LightingFlag4 specifies flags used for light effects. // // PSX ref: 0x8011B797 // PSX def: unsigned char light4flag // // ref: 0x525728 LightingFlag4 = new(uint32) )
Global variables.
Functions ¶
func LoadLevelGraphics ¶
func LoadLevelGraphics()
LoadLevelGraphics loads the tile graphics of the active dungeon type.
PSX ref: 0x80038930 PSX def: void LoadLvlGFX__Fv()
ref: 0x40A391
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.