Disasm more party menu-related functions.

This commit is contained in:
Sanky
2013-01-14 17:02:11 +01:00
parent 7b3e7a8de0
commit 0600437b71
2 changed files with 179 additions and 3 deletions

View File

@@ -5,6 +5,11 @@ dwb: MACRO
db \2
ENDM
dbw: MACRO
db \1
dw \2
ENDM
dn: MACRO
db \1 << 4 + \2
ENDM
@@ -3335,4 +3340,4 @@ NUM_SRAM_BANKS EQU 4
Unkn1Pals EQU $d000 ; 8 4-color palettes little endian)
Unkn2Pals EQU $d040 ; 8 4-color palettes little endian)
BGPals EQU $d080 ; 8 4-color palettes little endian)
OBPals EQU $d0c0 ; 8 4-color palettes little endian)
OBPals EQU $d0c0 ; 8 4-color palettes little endian)