summaryrefslogtreecommitdiff
path: root/ram
diff options
context:
space:
mode:
authorZumi Daxuya <daxuya.zumi+code@protonmail.com>2020-12-09 00:04:13 +0700
committerZumi Daxuya <daxuya.zumi+code@protonmail.com>2020-12-09 00:04:13 +0700
commit66d09e8c345fe20cb3ebecc11f0ad3dab4c38126 (patch)
tree8040fc399d8615f3ab9ee6ae766cd750646b2678 /ram
parentd87c2feced002b480e884e9b739817d25c725ac9 (diff)
Match battle transitions labels to pokegold
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