User Tools

Site Tools


banjo_kazooie_gruntys_revenge:memory_map

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
banjo_kazooie_gruntys_revenge:memory_map [2018/04/15 19:45]
trenavix created
banjo_kazooie_gruntys_revenge:memory_map [2018/04/21 11:36] (current)
jesse [Functions]
Line 3: Line 3:
 ===== Functions ===== ===== Functions =====
  
-^ Address ^ Description ^  +^ Address ​^ name ^ Description ^  
-8002FC4 ​Number ​to ascii | +08001800 ​unsafe_dma_fill_32 | |  
-8002FF4 ​Number ​to ascii (Different, but not sure how) +| 08003074 | dma_fill_32 | |  
-8004BCC ​Change ​music |  +| 080030E8 | dma_transfer_32 | |  
-80050B8 ​Change ​volume |  +| 08003164 | dma_transfer_16 | |  
-800E7B4 ​| File select strings init |  +| 080031D0 | unsafe_dma_transfer_16 | | 
 +| 080031E8 | read_keys | |  
 +| 08003218 | sync_vblank | Syncronizes with vblank. Skips a frame until it reaches vblank. | 
 +| 08003228 | skip_vblank | Skips vblank by waiting untill vblank is over. |  
 +| 080032DC | check_stacks | Checks whether both stacks are still intact or haven'​t overflowed. |  
 +| 08002FC4 | integer_to_ascii_b | Converts an integer ​to an ascii string. Writes backwards in buffer. ​
 +08002FF4 ​integer_to_ascii_f | Converts an integer ​to an ascii string. Writes forwards in buffer. ​
 +08004BCC ​set_music | Changes ​music |  
 +080050B8 ​set_volume | Changes ​volume |  
 +08009704 | main | | 
 +| 0800E7B4 | undefined ​| File select strings init |  
 +| 08012538 | setup_bg_offsets | Setup BG offsets. Offset is 0 if BG is static. | 
 +| 080128A8 | disable_backgrounds | Disables backgrounds which are given permission. |  
 +| 0801291C | enable_backgrounds | Enables backgrounds which are given permission. |  
 +| 08012994 | setup_room | | 
 +| 08013874 | setup_animation_tiles | | 
 +| 08060978 | show_copyright_screen | Shows the copy right screen. Initializes video ram by doing that. | 
 +| 08062C74 | show_gameover_screen | Shows the gameover screen. Only initializes video ram. | 
 +| 080643C4 | HuffUnCompReadNormal | | 
 +| 080643C8 | LZ77UnCompReadNormalWrite16bit | |
 ===== Data ===== ===== Data =====
  
banjo_kazooie_gruntys_revenge/memory_map.1523821551.txt.gz · Last modified: 2018/04/15 19:45 by trenavix