Skip to content

Commit

Permalink
Comment on size of union
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Jan 28, 2025
1 parent 96fc617 commit b708f7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ram/wram.asm
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ SECTION "Tilemap", WRAM0
; buffer for tiles that are visible on screen (20 columns by 18 rows)
wTileMap:: ds SCREEN_WIDTH * SCREEN_HEIGHT

; This union spans 480 bytes.
UNION
; buffer for temporarily saving and restoring current screen's tiles
; (e.g. if menus are drawn on top)
Expand Down

0 comments on commit b708f7e

Please sign in to comment.