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)