summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-10-12 15:14:10 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-10-12 15:14:10 -0400
commit1d9ccc96cc25f3540925e4057545bfc6f07a4f21 (patch)
treed2be3b02faed528aa3ee44cc05caf5f3f042442c /wram.asm
parent9bf72160086561d0405241bf3a229e60f1e967e2 (diff)
Label and comment more palette functions
Also fix replace.sh
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm34
1 files changed, 13 insertions, 21 deletions
diff --git a/wram.asm b/wram.asm
index a2d651a2..62cb48a1 100755
--- a/wram.asm
+++ b/wram.asm
@@ -3291,27 +3291,19 @@ wBoxMonNicks:: ds NAME_LENGTH * MONS_PER_BOX ; de06
wBoxMonNicksEnd:: ; dee1
wBoxDataEnd::
-wdee2:: ds 1 ; dee1
-wdee3:: ds 1 ; dee2
-wdee4:: ds 1
-wdee5:: ds 1
-wdee6:: ds 1
-wdee7:: ds 1
-wdee8:: ds 1
-wdee9:: ds 1
-wdeea:: ds 1
-wdeeb:: ds 1
-wdeec:: ds 1
-wdeed:: ds 1
-wdeee:: ds 1
-wdeef:: ds 1
-wdef0:: ds 1
-wdef1:: ds 1
-wLastBGP:: ds 1
-wLastOBP0:: ds 1
-wLastOBP1:: ds 1
-wdef5:: ds 1
-wdef6:: ds 1
+wPalDataPointer1:: ds 2 ; dee1
+wPalDataPointer2:: ds 2 ; dee3
+wPalDataPointer3:: ds 2 ; dee5
+wPalDataPointer4:: ds 2 ; dee7
+wPalDataBuffer1:: ds 2 ; dee9
+wPalDataBuffer2:: ds 2 ; deeb
+wPalDataBuffer3:: ds 2 ; deed
+wPalDataBuffer4:: ds 2 ; deef
+wLastBGP:: ds 1 ; def1
+wLastOBP0:: ds 1 ; def2
+wLastOBP1:: ds 1 ; def3
+wdef5:: ds 1 ; def4
+wStoredBGPPalettes:: ds 1 ; def5
SECTION "Stack", WRAMX[$dfff], BANK[1]
wStack:: ; dfff