Advertisement
wertercatt

Plaguemon compiles! ...mostly

Oct 15th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. Blaze@School-Laptop /cygdrive/c/Users/Blaze/Documents/ROMs/Sources/Plaguemon
  2. $ make
  3. WARNING: <_io.BufferedReader name='gfx/player_title.png'>: Color {'r': 247, 'g': 247, 'b': 247, 'a': 255} truncated to {'r': 0, 'g': 0, 'b': 0, 'a': 255}
  4. WARNING: <_io.BufferedReader name='pic/trainer/red.png'>: Color {'r': 247, 'g': 247, 'b': 247, 'a': 255} truncated to {'r': 0, 'g': 0, 'b': 0, 'a': 255}
  5. rgbasm -D _RED -h -o main_red.o main.asm
  6. warning: main.asm(48) -> engine/overworld/movement.asm(225) -> lb(1):
  7. Left shift of negative value: -1
  8. warning: main.asm(937) -> engine/trade.asm(657) -> lb(1):
  9. Left shift of negative value: -4
  10. warning: main.asm(1961) -> engine/town_map.asm(450) -> lb(1):
  11. Left shift of negative value: -4
  12. warning: main.asm(48) -> engine/overworld/movement.asm(225) -> lb(1):
  13. Left shift of negative value: -1
  14. warning: main.asm(937) -> engine/trade.asm(657) -> lb(1):
  15. Left shift of negative value: -4
  16. warning: main.asm(1961) -> engine/town_map.asm(450) -> lb(1):
  17. Left shift of negative value: -4
  18. rgbasm -D _RED -h -o text_red.o text.asm
  19. rgbasm -D _RED -h -o wram_red.o wram.asm
  20. rgblink -n pokered.sym -l pokered.link -o pokered.gbc audio_red.o main_red.o text_red.o wram_red.o
  21. rgbfix -jsv -k 01 -l 0x33 -m 0x13 -p 0 -r 03 -t "PLAGUEMON" pokered.gbc
  22. printf '\xB0' | dd conv=notrunc of=pokered.gbc bs=1 count=1 seek=318
  23. 1+0 records in
  24. 1+0 records out
  25. 1 byte copied, 0.0042868 s, 0.2 kB/s
  26. rgbfix -v pokered.gbc
  27. sort pokered.sym -o pokered.sym
  28. rgbasm -D _BLUE -h -o audio_blue.o audio.asm
  29. rgbasm -D _BLUE -h -o main_blue.o main.asm
  30. warning: main.asm(48) -> engine/overworld/movement.asm(225) -> lb(1):
  31. Left shift of negative value: -1
  32. warning: main.asm(937) -> engine/trade.asm(657) -> lb(1):
  33. Left shift of negative value: -4
  34. warning: main.asm(1961) -> engine/town_map.asm(450) -> lb(1):
  35. Left shift of negative value: -4
  36. warning: main.asm(48) -> engine/overworld/movement.asm(225) -> lb(1):
  37. Left shift of negative value: -1
  38. warning: main.asm(937) -> engine/trade.asm(657) -> lb(1):
  39. Left shift of negative value: -4
  40. warning: main.asm(1961) -> engine/town_map.asm(450) -> lb(1):
  41. Left shift of negative value: -4
  42. rgbasm -D _BLUE -h -o text_blue.o text.asm
  43. rgbasm -D _BLUE -h -o wram_blue.o wram.asm
  44. rgblink -n pokeblue.sym -l pokered.link -o pokeblue.gbc audio_blue.o main_blue.o text_blue.o wram_blue.o
  45. rgbfix -jsv -k 01 -l 0x33 -m 0x13 -p 0 -r 03 -t "POKEMON BLUE" pokeblue.gbc
  46. printf '\xB0' | dd conv=notrunc of=pokeblue.gbc bs=1 count=1 seek=318
  47. 1+0 records in
  48. 1+0 records out
  49. 1 byte copied, 0.008338 s, 0.1 kB/s
  50. rgbfix -v pokeblue.gbc
  51. sort pokeblue.sym -o pokeblue.sym
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement