You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Move some more main.asm routines into individual files
This commit is contained in:
9
data/text_buffers.asm
Normal file
9
data/text_buffers.asm
Normal file
@@ -0,0 +1,9 @@
|
||||
StringBufferPointers:: ; 24000
|
||||
; entries correspond to arguments for text_buffer (TX_STRINGBUFFER)
|
||||
dw StringBuffer3 ; 0
|
||||
dw StringBuffer4 ; 1
|
||||
dw StringBuffer5 ; 2
|
||||
dw StringBuffer2 ; 3
|
||||
dw StringBuffer1 ; 4
|
||||
dw EnemyMonNick ; 5
|
||||
dw BattleMonNick ; 6
|
Reference in New Issue
Block a user