Go to the source code of this file.
Variables | |
BSS u8 | heap_generalHead [GENERAL_HEAP_SIZE] |
BSS u8 | heap_spriteHead [SPRITE_HEAP_SIZE] |
BSS u16 | gFrameBuf0 [FRAME_BUFFER_SIZE/2] |
BSS u16 | gFrameBuf1 [FRAME_BUFFER_SIZE/2] |
BSS u16 | gFrameBuf2 [FRAME_BUFFER_SIZE/2] |
BSS u8 heap_generalHead[GENERAL_HEAP_SIZE] |
Definition at line 3 of file heaps3.c.
Referenced by general_heap_create(), general_heap_free(), general_heap_malloc(), general_heap_malloc_tail(), spr_allocate_components(), and spr_free_sprite().
BSS u8 heap_spriteHead[SPRITE_HEAP_SIZE] |
Definition at line 4 of file heaps3.c.
Referenced by imgfx_init(), spr_allocate_components(), spr_free_sprite(), spr_init_player_raster_cache(), spr_init_quad_cache(), spr_init_sprites(), spr_load_npc_extra_anims(), and spr_load_sprite().
BSS u16 gFrameBuf0[FRAME_BUFFER_SIZE/2] |
BSS u16 gFrameBuf1[FRAME_BUFFER_SIZE/2] |
BSS u16 gFrameBuf2[FRAME_BUFFER_SIZE/2] |