From 66d09e8c345fe20cb3ebecc11f0ad3dab4c38126 Mon Sep 17 00:00:00 2001 From: Zumi Daxuya Date: Wed, 9 Dec 2020 00:04:13 +0700 Subject: Match battle transitions labels to pokegold --- ram/wram.asm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ram') 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 -- cgit v1.2.3