You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Tinker with overworld HUD implementation in f386a63cf8
(#15)
This commit is contained in:
@@ -52,12 +52,13 @@
|
||||
|
||||
#### HUD
|
||||
|
||||
- **EnableWindowHUD**: Configure LCD interrupt in LYC=LY mode with corresponding LYC
|
||||
- **EnableWindowHUD**: Configure LCD interrupt in LYC=LY mode with corresponding LYC.
|
||||
- **DisableWindowHUD**: Configure LCD interrupt in hblank mode
|
||||
- **LoadHUD**: Load the HUD at wWhichHUD to the top of wTilemap and wAttrmap
|
||||
- **LoadWindowHUD**: Like LoadHUD, but for HUDs that require a Window overlay. Only does anything if hWindowHUDLY is non-0
|
||||
- **ConstructOverworldHUDTilemap**: Draw the overworld HUD's tilemap into wOverworldHUDTiles
|
||||
- **TransferOverworldHUDToBGMap**: Transfer overworld HUD to vBGMap1/vBGMap3 during v/hblank(s). Tilemap is read from wOverworldHUDTiles, attrmap is all PAL_BG_TEXT | PRIORITY.
|
||||
- **RefreshOverworldHUD**: ConstructOverworldHUDTilemap + TransferOverworldHUDToBGMap
|
||||
|
||||
### Scripts
|
||||
|
||||
|
Reference in New Issue
Block a user