diff options
author | YamaArashi <shadow962@live.com> | 2017-01-05 04:24:19 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-05 04:24:19 -0800 |
commit | 9b0872d1b84d6b4ed4e36a576049b3f409674b95 (patch) | |
tree | f2a7719a0addc6706534870f671f30590415b9bd /data | |
parent | 3d412c4502bfb255e839b6d9289bf01f9f4814bd (diff) |
define some menu data in C
Diffstat (limited to 'data')
-rw-r--r-- | data/data_83760F0.s | 36 |
1 files changed, 9 insertions, 27 deletions
diff --git a/data/data_83760F0.s b/data/data_83760F0.s index b7da9498e..f01a3d135 100644 --- a/data/data_83760F0.s +++ b/data/data_83760F0.s @@ -4,24 +4,6 @@ .section .rodata .align 2 -gStartMenuItems:: @ 8376D24 - .4byte SystemText_Pokedex, StartMenu_PokedexCallback - .4byte SystemText_Pokemon, StartMenu_PokemonCallback - .4byte SystemText_BAG, StartMenu_BagCallback - .4byte SystemText_Pokenav, StartMenu_PokenavCallback - .4byte SystemText_Player, StartMenu_PlayerCallback - .4byte SystemText_Save, StartMenu_SaveCallback - .4byte SystemText_Option, StartMenu_OptionCallback - .4byte SystemText_Exit, StartMenu_ExitCallback - .4byte SystemText_Retire, StartMenu_RetireCallback - .4byte SystemText_Player, StartMenu_PlayerLinkCallback - - .align 2 -gMenuYesNoItems:: @ 8376D74 - .4byte OtherText_Yes, 0 - .4byte OtherText_No, 0 - - .align 2 TilesetAnimTiles_General_0_1: @ 8376D84 .incbin "data/tilesets/primary/general/anim/0/1.4bpp" @@ -23077,23 +23059,23 @@ gSystemText_LR:: @ 842C465 gSystemText_LA:: @ 842C46B .string "{PALETTE 15}L=A$" -SystemText_Pokedex: +SystemText_Pokedex:: .string "POKéDEX$" -SystemText_Pokemon: +SystemText_Pokemon:: .string "POKéMON$" -SystemText_BAG: +SystemText_BAG:: .string "BAG$" -SystemText_Pokenav: +SystemText_Pokenav:: .string "POKéNAV$" -SystemText_Player: +SystemText_Player:: .string "{PLAYER}$" -SystemText_Save: +SystemText_Save:: .string "SAVE$" -SystemText_Option: +SystemText_Option:: .string "OPTION$" -SystemText_Exit: +SystemText_Exit:: .string "EXIT$" -SystemText_Retire: @ safari zone? +SystemText_Retire:: @ safari zone? .string "RETIRE$" gOtherText_SafariStock:: @ 842C4A9 |