You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rgbasm -D _ANCIENTRUBY -o main.o main.asm
warning: main.asm(26) -> engine/gfx/color.asm(258): [-Wobsolete]
Non-local labels without a colon are deprecated
warning: main.asm(35) -> engine/events/overworld.asm(767): [-Wobsolete]
Non-local labels without a colon are deprecated
warning: main.asm(161) -> engine/battle/ai/scoring.asm(1553): [-Wobsolete]
Non-local labels without a colon are deprecated
warning: main.asm(168) -> engine/battle/core.asm(1935): [-Wobsolete]
Non-local labels without a colon are deprecated
warning: main.asm(174) -> engine/pokedex/pokedex.asm(19): [-Wobsolete]
`GLOBAL` is a deprecated synonym for `EXPORT`
warning: main.asm(255) -> engine/gfx/load_pics.asm(250): [-Wobsolete]
`GLOBAL` is a deprecated synonym for `EXPORT`
warning: main.asm(464) -> mobile/mobile_40.asm(689): [-Wobsolete]
Non-local labels without a colon are deprecated
warning: main.asm(464) -> mobile/mobile_40.asm(2990): [-Wobsolete]
Non-local labels without a colon are deprecated
warning: main.asm(474) -> mobile/mobile_41.asm(1074): [-Wobsolete]
Non-local labels without a colon are deprecated
warning: main.asm(480) -> mobile/mobile_42.asm(1186): [-Wobsolete]
Non-local labels without a colon are deprecated
warning: main.asm(495) -> mobile/mobile_45.asm(5537): [-Wobsolete]
Non-local labels without a colon are deprecated
warning: main.asm(498) -> mobile/mobile_46.asm(12): [-Wobsolete]
Non-local labels without a colon are deprecated
warning: main.asm(498) -> mobile/mobile_46.asm(1025): [-Wobsolete]
Non-local labels without a colon are deprecated
warning: main.asm(498) -> mobile/mobile_46.asm(1565): [-Wobsolete]
Non-local labels without a colon are deprecated
warning: main.asm(498) -> mobile/mobile_46.asm(1663): [-Wobsolete]
Non-local labels without a colon are deprecated
warning: main.asm(498) -> mobile/mobile_46.asm(3567): [-Wobsolete]
Non-local labels without a colon are deprecated
warning: main.asm(498) -> mobile/mobile_46.asm(1240): [-Wobsolete]
Non-local labels without a colon are deprecated
warning: main.asm(498) -> mobile/mobile_46.asm(1246): [-Wobsolete]
Non-local labels without a colon are deprecated
warning: main.asm(534) -> mobile/mobile_5f.asm(1112): [-Wobsolete]
Non-local labels without a colon are deprecated
warning: main.asm(534) -> mobile/mobile_5f.asm(2574): [-Wobsolete]
Non-local labels without a colon are deprecated
rgblink -n ancientruby.sym -m ancientruby.map -l ancientruby.link -o ancientruby.gbc audio.o home.o main.o wram.o data/text/common.o data/maps/map_data.o data/pokemon/dex_entries.o data/pokemon/egg_moves.o data/pokemon/evos_attacks.o engine/movie/credits.o engine/overworld/events.o gfx/pics.o gfx/sprites.o lib/mobile/main.o
rgbfix -Cjv -i BYTE -k 01 -l 0x33 -m 0x10 -p 0 -r 3 -t PM_ANCIENTRUBY ancientruby.gbc
tools/sort_symfile.sh ancientruby.sym
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: