summaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
authorElectroDeoxys <ElectroDeoxys@gmail.com>2021-09-24 23:04:41 +0100
committerElectroDeoxys <ElectroDeoxys@gmail.com>2021-09-24 23:04:41 +0100
commit48f83527c769441b6c123f3382d90e2e962ef9a0 (patch)
treebdf4be22a2176e19aeffba4cbadd736d767381f8 /src/data
parentca15abf2ffc14fdb92079f6fccff09eb04305d18 (diff)
Split bank2
Diffstat (limited to 'src/data')
-rw-r--r--src/data/glossary_menu_transitions.asm11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/data/glossary_menu_transitions.asm b/src/data/glossary_menu_transitions.asm
new file mode 100644
index 0000000..17c84e7
--- /dev/null
+++ b/src/data/glossary_menu_transitions.asm
@@ -0,0 +1,11 @@
+OpenGlossaryScreen_TransitionTable:
+ cursor_transition $08, $28, $00, $04, $01, $05, $05
+ cursor_transition $08, $38, $00, $00, $02, $06, $06
+ cursor_transition $08, $48, $00, $01, $03, $07, $07
+ cursor_transition $08, $58, $00, $02, $04, $08, $08
+ cursor_transition $08, $68, $00, $03, $00, $09, $09
+ cursor_transition $58, $28, $00, $09, $06, $00, $00
+ cursor_transition $58, $38, $00, $05, $07, $01, $01
+ cursor_transition $58, $48, $00, $06, $08, $02, $02
+ cursor_transition $58, $58, $00, $07, $09, $03, $03
+ cursor_transition $58, $68, $00, $08, $05, $04, $04