Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix various warnings #11

Open
rockexe opened this issue Sep 30, 2020 · 0 comments
Open

Fix various warnings #11

rockexe opened this issue Sep 30, 2020 · 0 comments

Comments

@rockexe
Copy link

rockexe commented Sep 30, 2020

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
@rockexe rockexe closed this as completed Oct 12, 2020
@rockexe rockexe reopened this Oct 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant