summaryrefslogtreecommitdiff
path: root/ram
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-12-08 13:49:01 -0500
committerGitHub <noreply@github.com>2020-12-08 13:49:01 -0500
commit2831f2e3fea69de9b19b4f7e9ecebac454614576 (patch)
treeed1249554ffa193261640adfe01e8a16227f0277 /ram
parentc12d67862fa03f7afc0e453df6bc9b26f4790e8f (diff)
parentdbab7a1b7076e40625754f825b4183433ee7ba9d (diff)
Merge pull request #82 from ZoomTen/master
Disassemble battle transitions
Diffstat (limited to 'ram')
-rw-r--r--ram/wram.asm5
1 files changed, 5 insertions, 0 deletions
diff --git a/ram/wram.asm b/ram/wram.asm
index 9690975..4405a16 100644
--- a/ram/wram.asm
+++ b/ram/wram.asm
@@ -328,7 +328,12 @@ wNamedObjectTypeBuffer:: db
SECTION "CB5E", WRAM0[$CB5E]
wJumptableIndex:: db
+
+UNION
+wcb5f:: db
+NEXTU
wFlyDestination:: db
+ENDU
wcb60:: ds 1
wcb61:: ds 1