Advertisement
wolfboyft

Untitled

Jan 24th, 2016
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. PokeCenterNurseScript:
  2. ; now it's an item overflow check
  3. callasm .check
  4. end
  5. .check
  6. ld hl, MAX_ITEMS
  7. call DoesHLEqualNumItems
  8. jr z, .yes
  9. ld a, 0
  10. ld [ScriptVar], a
  11. ret
  12. .yes
  13. ld a, 1
  14. ld [ScriptVar], a
  15. ret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement