No Description

limits.asm 474B

12345678910111213141516171819202122232425262728293031323334
  1. //name table limit
  2. .org 0x08041000
  3. .byte 0,0,0,0,0,0
  4. //sprite table limit
  5. .org 0x0800ED72
  6. .byte 0x07, 0xE0
  7. .org 0x0800F1B6
  8. .byte 0x07, 0xE0
  9. //pal table limit
  10. .org 0x08044104
  11. .byte 0x04, 0xE0
  12. //height and altitude limit
  13. .org 0x0807472E
  14. .byte 0x03, 0xE0
  15. .org 0x0807465E
  16. .byte 0x03, 0xE0
  17. .org 0x08074788
  18. .byte 0x06, 0xE0
  19. //icon limits
  20. .org 0x08096F90
  21. .halfword 0x0000
  22. .org 0x08096E7A
  23. .word 0x00000000
  24. .org 0x080971DA
  25. .halfword 0x0000