rlm@162: (ns com.aurellem.gb.constants) rlm@162: rlm@176: (def pokemon-record-width 44) rlm@176: rlm@176: (def end-of-name-marker 0x50) rlm@176: (def max-name-length 10) rlm@176: (def name-width 11) rlm@214: rlm@214: (def pokemon-record-begin 0xD162) rlm@222: (def pokemon-record-end 0xD2F5) rlm@222: rlm@377: (def D-memory-end 0xD41B) rlm@377: rlm@414: (def pokemon-list-start 0xD162) rlm@414: rlm@414: (def pokemon-box-1-address 0xDA7F)